[110587] trunk/dports/devel/libusb-legacy/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 10:17:06 PDT 2013


Revision: 110587
          https://trac.macports.org/changeset/110587
Author:   jeremyhu at macports.org
Date:     2013-09-02 10:17:06 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
libusb-legacy: Don't use -Werror (got dropped in my prev commit)

Modified Paths:
--------------
    trunk/dports/devel/libusb-legacy/Portfile

Modified: trunk/dports/devel/libusb-legacy/Portfile
===================================================================
--- trunk/dports/devel/libusb-legacy/Portfile	2013-09-02 17:08:37 UTC (rev 110586)
+++ trunk/dports/devel/libusb-legacy/Portfile	2013-09-02 17:17:06 UTC (rev 110587)
@@ -23,6 +23,10 @@
 
 patchfiles          patch-configure.in.diff patch-darwin.c.diff rename.patch
 
+post-patch {
+    reinplace "s|-Werror||" ${worksrcpath}/Makefile.am
+}
+
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/3fb85ddb/attachment.html>


More information about the macports-changes mailing list