diff options
author | ache <ache@FreeBSD.org> | 2003-06-25 09:23:22 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-06-25 09:23:22 +0800 |
commit | eb83f9637416f67115ba1cd2b383300c0546e7ca (patch) | |
tree | 3952703b32c4b4fd8a751041bfe8d914dfb5b6af /archivers/zip | |
parent | ed41d91baa629aa7256fd8c8432682f77e9065ee (diff) | |
download | freebsd-ports-gnome-eb83f9637416f67115ba1cd2b383300c0546e7ca.tar.gz freebsd-ports-gnome-eb83f9637416f67115ba1cd2b383300c0546e7ca.tar.zst freebsd-ports-gnome-eb83f9637416f67115ba1cd2b383300c0546e7ca.zip |
Fix for ia64's cpp
Submitted by: marcel
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/files/patch-aa | 14 |
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 |