[53249] trunk/dports/devel/libusb
toby at macports.org
toby at macports.org
Wed Jul 1 14:53:46 PDT 2009
Revision: 53249
http://trac.macports.org/changeset/53249
Author: toby at macports.org
Date: 2009-07-01 14:53:46 -0700 (Wed, 01 Jul 2009)
Log Message:
-----------
#20131 (libusb build fail on intel 10.6)
Modified Paths:
--------------
trunk/dports/devel/libusb/Portfile
Added Paths:
-----------
trunk/dports/devel/libusb/files/patch-Makefile.in
Modified: trunk/dports/devel/libusb/Portfile
===================================================================
--- trunk/dports/devel/libusb/Portfile 2009-07-01 21:53:08 UTC (rev 53248)
+++ trunk/dports/devel/libusb/Portfile 2009-07-01 21:53:46 UTC (rev 53249)
@@ -17,7 +17,7 @@
checksums sha1 599a5168590f66bc6f1f9a299579fd8500614807
configure.args --disable-build-docs
-patchfiles patch-darwin.c.diff
+patchfiles patch-Makefile.in patch-darwin.c.diff
post-configure {
if {[variant_isset universal]} {
Added: trunk/dports/devel/libusb/files/patch-Makefile.in
===================================================================
--- trunk/dports/devel/libusb/files/patch-Makefile.in (rev 0)
+++ trunk/dports/devel/libusb/files/patch-Makefile.in 2009-07-01 21:53:46 UTC (rev 53249)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2009-07-01 14:51:39.000000000 -0700
++++ Makefile.in 2009-07-01 14:51:45.000000000 -0700
+@@ -257,7 +257,7 @@
+ # gnu strictness chokes on README being autogenerated
+ AUTOMAKE_OPTIONS = 1.4 foreign
+ SUBDIRS = . tests doc
+-AM_CFLAGS = -Werror $(AM_CFLAGS_EXT)
++AM_CFLAGS = $(AM_CFLAGS_EXT)
+ configincludedir = $(pkglibdir)/include
+ bin_SCRIPTS = libusb-config
+ EXTRA_DIST = LICENSE libusb.spec.in libusb.spec libusb-config.in README.in README \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090701/b52a9e0e/attachment.html>
More information about the macports-changes
mailing list