[41780] trunk/dports/net/avahi

ryandesign at macports.org ryandesign at macports.org
Mon Nov 10 01:53:14 PST 2008


Revision: 41780
          http://trac.macports.org/changeset/41780
Author:   ryandesign at macports.org
Date:     2008-11-10 01:53:13 -0800 (Mon, 10 Nov 2008)
Log Message:
-----------
avahi: fix inability to find libintl functions during build; closes #17167

Modified Paths:
--------------
    trunk/dports/net/avahi/Portfile

Added Paths:
-----------
    trunk/dports/net/avahi/files/patch-avahi-common-Makefile.in-nls.diff

Modified: trunk/dports/net/avahi/Portfile
===================================================================
--- trunk/dports/net/avahi/Portfile	2008-11-10 09:43:20 UTC (rev 41779)
+++ trunk/dports/net/avahi/Portfile	2008-11-10 09:53:13 UTC (rev 41780)
@@ -27,7 +27,8 @@
                 sha1 2863bae55a991facc93138ca4660d5b55c846bd1 \
                 rmd160 fad35f473a9109c8648e43b0f6f547c32b18e32f
 
-patchfiles      patch-avahi-utils-Makefile.in-nls.diff
+patchfiles      patch-avahi-common-Makefile.in-nls.diff \
+                patch-avahi-utils-Makefile.in-nls.diff
 
 post-patch {
     # This preprocessor macro causes a lot of things to be undefined inside netinet/in.h system header.

Added: trunk/dports/net/avahi/files/patch-avahi-common-Makefile.in-nls.diff
===================================================================
--- trunk/dports/net/avahi/files/patch-avahi-common-Makefile.in-nls.diff	                        (rev 0)
+++ trunk/dports/net/avahi/files/patch-avahi-common-Makefile.in-nls.diff	2008-11-10 09:53:13 UTC (rev 41780)
@@ -0,0 +1,11 @@
+--- avahi-common/Makefile.in	2007-12-17 09:37:42.000000000 -0600
++++ avahi-common/Makefile.in	2008-11-10 03:45:49.000000000 -0600
+@@ -555,7 +555,7 @@
+ 	i18n.c i18n.h
+ 
+ libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\"
+-libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
++libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(LIBINTL)
+ libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
+ strlst_test_SOURCES = \
+ 	strlst.c strlst.h \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081110/3c08a0f3/attachment.html>


More information about the macports-changes mailing list