[79519] trunk/dports/www/neon

jeremyhu at macports.org jeremyhu at macports.org
Thu Jun 16 09:18:28 PDT 2011


Revision: 79519
          http://trac.macports.org/changeset/79519
Author:   jeremyhu at macports.org
Date:     2011-06-16 09:18:28 -0700 (Thu, 16 Jun 2011)
Log Message:
-----------
neon: Build fix

neon uses gettext, so it needs an explicit -liconv.  It was previously getting
it from one of its dependents, but that was likely moved into Libs.private.

Modified Paths:
--------------
    trunk/dports/www/neon/Portfile

Added Paths:
-----------
    trunk/dports/www/neon/files/gettext.patch

Modified: trunk/dports/www/neon/Portfile
===================================================================
--- trunk/dports/www/neon/Portfile	2011-06-16 14:33:19 UTC (rev 79518)
+++ trunk/dports/www/neon/Portfile	2011-06-16 16:18:28 UTC (rev 79519)
@@ -36,6 +36,10 @@
 		--without-libproxy \
 		--mandir=${prefix}/share/man 
 
+patchfiles	gettext.patch
+use_autoreconf	yes
+autoreconf.args	-fvi -Imacros
+
 pre-test {
 	set x {}
 

Added: trunk/dports/www/neon/files/gettext.patch
===================================================================
--- trunk/dports/www/neon/files/gettext.patch	                        (rev 0)
+++ trunk/dports/www/neon/files/gettext.patch	2011-06-16 16:18:28 UTC (rev 79519)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2011-06-16 08:50:13.000000000 -0700
++++ configure.in	2011-06-16 08:57:39.000000000 -0700
+@@ -186,6 +186,8 @@ AC_SUBST(HELPERS)
+ AC_SUBST(TESTS)
+ AC_SUBST(ALLOW_INSTALL)
+ 
++NEON_LIBS="$NEON_LIBS -lintl"
++
+ AC_OUTPUT
+ 
+ # for VPATH builds:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110616/3fe1fcf3/attachment.html>


More information about the macports-changes mailing list