summaryrefslogtreecommitdiffstats
path: root/archivers/zip
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-06-25 01:23:22 +0000
committerache <ache@FreeBSD.org>2003-06-25 01:23:22 +0000
commiteb83f9637416f67115ba1cd2b383300c0546e7ca (patch)
tree3952703b32c4b4fd8a751041bfe8d914dfb5b6af /archivers/zip
parented41d91baa629aa7256fd8c8432682f77e9065ee (diff)
downloadFreeBSD-ports-eb83f9637416f67115ba1cd2b383300c0546e7ca.zip
FreeBSD-ports-eb83f9637416f67115ba1cd2b383300c0546e7ca.tar.gz
Fix for ia64's cpp
Submitted by: marcel
Diffstat (limited to 'archivers/zip')
-rw-r--r--archivers/zip/files/patch-aa14
1 files changed, 11 insertions, 3 deletions
diff --git a/archivers/zip/files/patch-aa b/archivers/zip/files/patch-aa
index 21b9b1e..310edfb 100644
--- a/archivers/zip/files/patch-aa
+++ b/archivers/zip/files/patch-aa
@@ -1,6 +1,14 @@
---- unix/configure.orig Tue Sep 22 14:33:00 1998
-+++ unix/configure Tue Sep 22 14:33:18 1998
-@@ -49,7 +49,7 @@
+--- unix/configure.orig Tue Apr 27 12:49:05 1999
++++ unix/configure Tue Jun 24 17:47:35 2003
+@@ -23,7 +23,6 @@
+ [ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P"
+ [ -f /usr/lib/cpp ] && CPP=/usr/lib/cpp
+ [ -f /lib/cpp ] && CPP=/lib/cpp
+-[ -f /usr/bin/cpp ] && CPP=/usr/bin/cpp
+ [ -f /xenix ] && CPP="${CC} -E"
+ [ -f /lynx.os ] && CPP="${CC} -E"
+
+@@ -38,7 +37,7 @@
echo "int foo() { return 0;}" > conftest.c
$CC -c conftest.c >/dev/null 2>/dev/null
echo Check if compiler generates underlines
OpenPOWER on IntegriCloud