diff options
Diffstat (limited to 'media-gfx/asymptote/files/asymptote-2.48-configure-ac.patch')
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.48-configure-ac.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/asymptote/files/asymptote-2.48-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.48-configure-ac.patch new file mode 100644 index 000000000000..ef6fc52c934b --- /dev/null +++ b/media-gfx/asymptote/files/asymptote-2.48-configure-ac.patch @@ -0,0 +1,13 @@ +Index: asymptote-2.48/configure.ac +=================================================================== +--- asymptote-2.48.orig/configure.ac ++++ asymptote-2.48/configure.ac +@@ -162,7 +162,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])],[ |