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