public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/asymptote/files: asymptote-1.76-configure-ac.patch asymptote-1.76-xdg-utils.patch asymptote-1.74-configure-ac.patch asymptote-1.74-xdg-utils.patch
@ 2009-06-07 12:16 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2009-06-07 12:16 UTC (permalink / raw
  To: gentoo-commits

grozin      09/06/07 12:16:24

  Added:                asymptote-1.76-configure-ac.patch
                        asymptote-1.76-xdg-utils.patch
  Removed:              asymptote-1.74-configure-ac.patch
                        asymptote-1.74-xdg-utils.patch
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.1                  media-gfx/asymptote/files/asymptote-1.76-configure-ac.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/asymptote/files/asymptote-1.76-configure-ac.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/asymptote/files/asymptote-1.76-configure-ac.patch?rev=1.1&content-type=text/plain

Index: asymptote-1.76-configure-ac.patch
===================================================================
Index: asymptote-1.76/configure.ac
===================================================================
--- asymptote-1.76.orig/configure.ac
+++ asymptote-1.76/configure.ac
@@ -145,7 +145,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
       fi
       CPPFLAGS_SAVE=$CPPFLAGS
       CPPFLAGS=$CPPFLAGS" $INCL"
-      AC_CHECK_HEADER(gc.h,
+      AC_CHECK_HEADER([gc/gc.h],
 	AC_CHECK_LIB([gc],[GC_malloc],[
 	  LIBS=$LIBS"-lgc "
 	  AC_MSG_NOTICE([enabling system $GCNAME])],[
@@ -212,7 +212,17 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC
 AC_CHECK_LIB([m], [sqrt])
 AC_CHECK_LIB([z], [deflate])
 AC_CHECK_LIB([pthread], [pthread_create])
-AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
+
+AC_ARG_WITH(sigsegv,
+           [  --with-sigsegv          use libsigsegv],
+           [with_sigsegv=$withval],
+           [with_sigsegv="no"])
+if test "$with_sigsegv" = "yes"; then
+AC_CHECK_HEADER([sigsegv.h],
+   AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]),
+   AC_MSG_NOTICE([*** Header file sigsegv.h not found ***]))
+fi
+
 AC_CHECK_LIB([rt], [sched_yield])
 
 AC_ARG_ENABLE(readline,



1.1                  media-gfx/asymptote/files/asymptote-1.76-xdg-utils.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/asymptote/files/asymptote-1.76-xdg-utils.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/asymptote/files/asymptote-1.76-xdg-utils.patch?rev=1.1&content-type=text/plain

Index: asymptote-1.76-xdg-utils.patch
===================================================================
Index: asymptote-1.76/settings.cc
===================================================================
--- asymptote-1.76.orig/settings.cc
+++ asymptote-1.76/settings.cc
@@ -81,15 +81,15 @@ const bool haveglut=false;
 bool msdos=false;
 const char *HOME="HOME";
 const char pathSeparator=':';
-string defaultPSViewer="gv";
+string defaultPSViewer="xdg-open";
 #ifdef __APPLE__
 string defaultPDFViewer="open";
 #else  
-string defaultPDFViewer="acroread";
+string defaultPDFViewer="xdg-open";
 #endif  
 string defaultGhostscript="gs";
 string defaultPython;
-string defaultDisplay="display";
+string defaultDisplay="xdg-open";
 string systemDir=ASYMPTOTE_SYSDIR;
 string docdir=ASYMPTOTE_DOCDIR;
 void queryRegistry() {}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-07 12:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-07 12:16 [gentoo-commits] gentoo-x86 commit in media-gfx/asymptote/files: asymptote-1.76-configure-ac.patch asymptote-1.76-xdg-utils.patch asymptote-1.74-configure-ac.patch asymptote-1.74-xdg-utils.patch Andrey Grozin (grozin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox