[97064] trunk/dports/graphics/antigraingeometry
ryandesign at macports.org
ryandesign at macports.org
Sun Aug 26 03:55:46 PDT 2012
Revision: 97064
https://trac.macports.org/changeset/97064
Author: ryandesign at macports.org
Date: 2012-08-26 03:55:46 -0700 (Sun, 26 Aug 2012)
Log Message:
-----------
antigraingeometry: fix configuration with automake 1.12+ (#35832)
Modified Paths:
--------------
trunk/dports/graphics/antigraingeometry/Portfile
Added Paths:
-----------
trunk/dports/graphics/antigraingeometry/files/patch-automake-1.12.diff
Modified: trunk/dports/graphics/antigraingeometry/Portfile
===================================================================
--- trunk/dports/graphics/antigraingeometry/Portfile 2012-08-26 10:45:17 UTC (rev 97063)
+++ trunk/dports/graphics/antigraingeometry/Portfile 2012-08-26 10:55:46 UTC (rev 97064)
@@ -37,19 +37,19 @@
depends_lib port:freetype
+patchfiles patch-automake-1.12.diff
+
# These patchfiles hack out sdl support, it can't be done with a
# configure flag because of some autoconf/automake issues...
if {![variant_isset sdl]} {
- patchfiles patch-configure.in.diff patch-src-platform-Makefile.am.diff
+ patchfiles-append patch-configure.in.diff patch-src-platform-Makefile.am.diff
}
use_autoreconf yes
autoreconf.args -fvi
autoreconf.env AUTOMAKE="automake --foreign --add-missing --ignore-deps"
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist clang
configure.args --disable-ctrl \
--disable-examples \
Added: trunk/dports/graphics/antigraingeometry/files/patch-automake-1.12.diff
===================================================================
--- trunk/dports/graphics/antigraingeometry/files/patch-automake-1.12.diff (rev 0)
+++ trunk/dports/graphics/antigraingeometry/files/patch-automake-1.12.diff 2012-08-26 10:55:46 UTC (rev 97064)
@@ -0,0 +1,10 @@
+--- configure.in.orig 2006-10-08 23:06:36.000000000 -0500
++++ configure.in 2012-08-26 05:52:28.000000000 -0500
+@@ -8,7 +8,6 @@
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+ AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120826/319ff500/attachment.html>
More information about the macports-changes
mailing list