- Remove leading, undefined article from COMMENT - Add graphics/ImageMagick to RUN_DEPENDS - Enable garbage collection via devel/boehm-gc-threaded [1] - Sort variables - Use autotools [1] - Use texlive, and don't install files already installed by it [1] - Use options helpers - Add option OFFSCREEN (default off) to enable offscreen rendering using OSMesa library - Add support for stage dir [1] - Strip binary file asy - Add files/patch-configure.ac and files/patch-settings.cc - Remove Author field, and use a single space after WWW in pkg-descr [1] Release Notes: http://sourceforge.net/projects/asymptote/files/2.32/ PR: ports/190196 [1] Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
16 lines
564 B
Text
16 lines
564 B
Text
--- ./configure.ac.orig 2014-05-22 18:12:40.000000000 +0200
|
|
+++ ./configure.ac 2014-05-27 05:26:25.000000000 +0200
|
|
@@ -1,4 +1,3 @@
|
|
-# -*- Autoconf -*-
|
|
# Run autoheader and autoconf to produce a header and configure script from
|
|
# this file.
|
|
|
|
@@ -160,7 +159,7 @@
|
|
CPPFLAGS=$CPPFLAGS" $INCL"
|
|
AC_CHECK_HEADER(gc.h,
|
|
AC_CHECK_LIB([gc],[GC_malloc],[
|
|
- LIBS=$LIBS"-lgc "
|
|
+ LIBS=$LIBS"-lgc-threaded "
|
|
AC_MSG_NOTICE([enabling system $GCNAME])],[
|
|
GCDIR=$GCFILE
|
|
INCL="-I\$(GC)/include"
|