[95452] trunk/dports/devel/fsvs/files/patch-configure.diff
ryandesign at macports.org
ryandesign at macports.org
Thu Jul 12 19:30:12 PDT 2012
Revision: 95452
https://trac.macports.org/changeset/95452
Author: ryandesign at macports.org
Date: 2012-07-12 19:30:12 -0700 (Thu, 12 Jul 2012)
Log Message:
-----------
fsvs: fix configure failure with clang; see http://fsvs.tigris.org/issues/show_bug.cgi?id=16
Modified Paths:
--------------
trunk/dports/devel/fsvs/files/patch-configure.diff
Modified: trunk/dports/devel/fsvs/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/fsvs/files/patch-configure.diff 2012-07-13 01:23:51 UTC (rev 95451)
+++ trunk/dports/devel/fsvs/files/patch-configure.diff 2012-07-13 02:30:12 UTC (rev 95452)
@@ -1,6 +1,6 @@
---- configure.orig 2012-01-17 11:14:40.000000000 -0600
-+++ configure 2012-01-19 22:13:43.000000000 -0600
-@@ -4235,7 +4235,7 @@
+--- configure.orig 2012-07-10 02:51:43.000000000 -0500
++++ configure 2012-07-12 21:29:10.000000000 -0500
+@@ -4252,7 +4252,7 @@
##################################### Header files
@@ -9,7 +9,7 @@
# The subversion headers do a #include <apr_pools.h>, so the APR libraries
# *have* to be directly specified.
# Furthermore there's apr-1/ as directory name, depending on apr version.
-@@ -4317,7 +4317,7 @@
+@@ -4334,7 +4334,7 @@
$as_echo "$as_me: \"CFLAGS=$CFLAGS\"" >&6;}
##################################### Linker
@@ -18,3 +18,12 @@
# Check whether --with-aprlib was given.
+@@ -4987,7 +4987,7 @@
+ /* end confdefs.h. */
+
+ #include "src/preproc.h"
+- int main(int argc, char *args)
++ int main(int argc, char *args[])
+ {
+ if (_BITCOUNT( (S_IFMT >> MODE_T_SHIFT_BITS) + 1) == 1)
+ return 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120712/2e61d74b/attachment.html>
More information about the macports-changes
mailing list