[107953] trunk/dports/net/gupnp-av

devans at macports.org devans at macports.org
Tue Jul 9 14:45:42 PDT 2013


Revision: 107953
          https://trac.macports.org/changeset/107953
Author:   devans at macports.org
Date:     2013-07-09 14:45:42 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
gupnp-av: fix build on SL.

Modified Paths:
--------------
    trunk/dports/net/gupnp-av/Portfile

Added Paths:
-----------
    trunk/dports/net/gupnp-av/files/
    trunk/dports/net/gupnp-av/files/patch-test-Makefile.in.diff

Modified: trunk/dports/net/gupnp-av/Portfile
===================================================================
--- trunk/dports/net/gupnp-av/Portfile	2013-07-09 21:37:14 UTC (rev 107952)
+++ trunk/dports/net/gupnp-av/Portfile	2013-07-09 21:45:42 UTC (rev 107953)
@@ -29,6 +29,10 @@
                 port:gobject-introspection \
                 port:vala
 
+if {${configure.compiler} != "clang"} {
+    patchfiles-append   patch-test-Makefile.in.diff
+}
+
 configure.args  --disable-silent-rules \
                 --enable-introspection=yes
 

Added: trunk/dports/net/gupnp-av/files/patch-test-Makefile.in.diff
===================================================================
--- trunk/dports/net/gupnp-av/files/patch-test-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/net/gupnp-av/files/patch-test-Makefile.in.diff	2013-07-09 21:45:42 UTC (rev 107953)
@@ -0,0 +1,11 @@
+--- tests/Makefile.in.orig	2013-07-09 14:18:55.000000000 -0700
++++ tests/Makefile.in	2013-07-09 14:19:46.000000000 -0700
+@@ -323,7 +323,7 @@
+ SUBDIRS = gtest
+ common_cflags = \
+ 	$(LIBGUPNP_CFLAGS) \
+-	-I$(top_srcdir) -Wno-unused-parameters
++	-I$(top_srcdir)
+ 
+ common_ldadd = \
+ 	$(top_builddir)/libgupnp-av/libgupnp-av-1.0.la \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130709/52422659/attachment.html>


More information about the macports-changes mailing list