[81857] trunk/dports/devel/physfs
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri Aug 5 22:49:12 PDT 2011
Revision: 81857
http://trac.macports.org/changeset/81857
Author: macsforever2000 at macports.org
Date: 2011-08-05 22:49:11 -0700 (Fri, 05 Aug 2011)
Log Message:
-----------
physfs: Lion build fix. (#30586)
Modified Paths:
--------------
trunk/dports/devel/physfs/Portfile
Added Paths:
-----------
trunk/dports/devel/physfs/files/
trunk/dports/devel/physfs/files/patch-CMakeLists.txt.diff
Modified: trunk/dports/devel/physfs/Portfile
===================================================================
--- trunk/dports/devel/physfs/Portfile 2011-08-06 05:33:57 UTC (rev 81856)
+++ trunk/dports/devel/physfs/Portfile 2011-08-06 05:49:11 UTC (rev 81857)
@@ -26,6 +26,8 @@
depends_lib port:zlib port:readline
+patchfiles patch-CMakeLists.txt.diff
+
configure.args-append -DPHYSFS_BUILD_WX_TEST=FALSE
livecheck.type regex
Added: trunk/dports/devel/physfs/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/devel/physfs/files/patch-CMakeLists.txt.diff (rev 0)
+++ trunk/dports/devel/physfs/files/patch-CMakeLists.txt.diff 2011-08-06 05:49:11 UTC (rev 81857)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2011-08-05 17:46:19.596723448 -0400
++++ CMakeLists.txt 2011-08-05 17:46:27.744621586 -0400
+@@ -44,7 +44,7 @@
+ # Add some gcc-specific command lines.
+ IF(CMAKE_COMPILER_IS_GNUCC)
+ # Always build with debug symbols...you can strip it later.
+- ADD_DEFINITIONS(-g -pipe -Werror -fsigned-char)
++ ADD_DEFINITIONS(-g -pipe -fsigned-char)
+
+ # Stupid BeOS generates warnings in the system headers.
+ IF(NOT BEOS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110805/f830b640/attachment.html>
More information about the macports-changes
mailing list