aboutsummaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2003-06-25 01:23:22 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2003-06-25 01:23:22 +0000
commit56b55e8ba51bb6724e8f221339c5d07f6351bfe3 (patch)
tree322288a03bf1fd1b026f4f28010cd47403f417b9 /archivers/zip
parent2e1476e133656d91e18a8631532d20eee82477f7 (diff)
downloadports-56b55e8ba51bb6724e8f221339c5d07f6351bfe3.tar.gz
ports-56b55e8ba51bb6724e8f221339c5d07f6351bfe3.zip
Fix for ia64's cpp
Submitted by: marcel
Notes
Notes: svn path=/head/; revision=83553
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 21b9b1edd603..310edfb271c4 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