[111601] trunk/dports/graphics/libhermes
jmr at macports.org
jmr at macports.org
Fri Sep 27 04:26:59 PDT 2013
Revision: 111601
https://trac.macports.org/changeset/111601
Author: jmr at macports.org
Date: 2013-09-27 04:26:59 -0700 (Fri, 27 Sep 2013)
Log Message:
-----------
libhermes: build fixes
Modified Paths:
--------------
trunk/dports/graphics/libhermes/Portfile
trunk/dports/graphics/libhermes/files/patch-autogen.sh.diff
Added Paths:
-----------
trunk/dports/graphics/libhermes/files/patch-configure.in.diff
Modified: trunk/dports/graphics/libhermes/Portfile
===================================================================
--- trunk/dports/graphics/libhermes/Portfile 2013-09-27 08:25:59 UTC (rev 111600)
+++ trunk/dports/graphics/libhermes/Portfile 2013-09-27 11:26:59 UTC (rev 111601)
@@ -25,7 +25,7 @@
distname Hermes-${version}
checksums md5 1b99f623169cf62b70f3de081a633d14
use_bzip2 yes
-patchfiles patch-autogen.sh.diff
+patchfiles patch-autogen.sh.diff patch-configure.in.diff
depends_build port:autoconf port:automake port:libtool
Modified: trunk/dports/graphics/libhermes/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/graphics/libhermes/files/patch-autogen.sh.diff 2013-09-27 08:25:59 UTC (rev 111600)
+++ trunk/dports/graphics/libhermes/files/patch-autogen.sh.diff 2013-09-27 11:26:59 UTC (rev 111601)
@@ -7,9 +7,9 @@
-
-tool_run "$automake" "--add-missing"
-
-+glibtoolize --force
++tool_run "glibtoolize" "-fvi"
tool_run "$autoconf"
-+tool_run "$automake"
++tool_run "$automake" "-af"
+
# EOF #
Added: trunk/dports/graphics/libhermes/files/patch-configure.in.diff
===================================================================
--- trunk/dports/graphics/libhermes/files/patch-configure.in.diff (rev 0)
+++ trunk/dports/graphics/libhermes/files/patch-configure.in.diff 2013-09-27 11:26:59 UTC (rev 111601)
@@ -0,0 +1,26 @@
+--- configure.in.orig 2003-06-04 18:00:12.000000000 +1000
++++ configure.in 2013-09-27 21:24:54.000000000 +1000
+@@ -44,6 +44,7 @@
+ dnl Checks for programs.
+
+ AC_PROG_CPP
++AM_PROG_AS
+ AC_PROG_MAKE_SET
+ AC_PROG_LIBTOOL
+
+@@ -146,7 +147,6 @@
+ CCAS=$CC
+ CCASFLAGS=$CFLAGS
+ AR_COMPILER=$CC
+-AR_FLAGS=$CFLAGS
+
+ dnl let's keep autoconf 2.5 happy
+ AS=$CC
+@@ -157,7 +157,6 @@
+
+
+
+-AC_SUBST(AR_FLAGS)
+ AC_SUBST(AR_ASM_OBJECTS)
+ AC_SUBST(AR_COMPILER)
+ AC_SUBST(AR_ASM_FLAGS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130927/68f812c3/attachment-0001.html>
More information about the macports-changes
mailing list