diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-07-14 14:12:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-07-14 14:12:47 +0000 |
commit | dbb213bf4b4ff426ecf41370e778335ea7a77108 (patch) | |
tree | ba60a3db295c65eb219ef3496447f2d29ea11327 /archivers/unadf | |
parent | b80c8f019dd9f607c62ceabfab2c75db4f3a4e25 (diff) | |
download | freebsd-ports-dbb213bf4b4ff426ecf41370e778335ea7a77108.zip |
Respect CC
PR: 158664
Submitted by: Guido Falsi
Diffstat (limited to 'archivers/unadf')
-rw-r--r-- | archivers/unadf/files/patch-Lib::myconf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/archivers/unadf/files/patch-Lib::myconf b/archivers/unadf/files/patch-Lib::myconf index ed5280121bfb..69365eb3978a 100644 --- a/archivers/unadf/files/patch-Lib::myconf +++ b/archivers/unadf/files/patch-Lib::myconf @@ -1,7 +1,11 @@ ---- Lib/myconf Sat Aug 19 03:08:08 2000 -+++ Lib/myconf.new Mon Jun 23 01:32:48 2003 -@@ -31,17 +31,17 @@ - gcc myctest.c -o myctest +--- Lib/myconf.orig 2000-08-19 03:08:08.000000000 +0200 ++++ Lib/myconf 2011-07-05 11:45:16.000000000 +0200 +@@ -28,20 +28,20 @@ + + END + +-gcc myctest.c -o myctest ++$CC myctest.c -o myctest rm myctest.c -if [ `myctest |cut -d' ' -f 1` != 4 ] @@ -22,4 +26,3 @@ then echo "#ifndef LITT_ENDIAN" >defendian.h echo "#define LITT_ENDIAN 1" >>defendian.h - |