summaryrefslogtreecommitdiff
path: root/archivers/unadf/files/patch-Lib::myconf
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/unadf/files/patch-Lib::myconf')
-rw-r--r--archivers/unadf/files/patch-Lib::myconf28
1 files changed, 0 insertions, 28 deletions
diff --git a/archivers/unadf/files/patch-Lib::myconf b/archivers/unadf/files/patch-Lib::myconf
deleted file mode 100644
index 69365eb3978a..000000000000
--- a/archivers/unadf/files/patch-Lib::myconf
+++ /dev/null
@@ -1,28 +0,0 @@
---- 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 ]
-+if [ `./myctest |cut -d' ' -f 1` != 4 ]
- then echo "Error : sizeof(long)!=4"
- fi
--if [ `myctest |cut -d' ' -f 2` != 2 ]
-+if [ `./myctest |cut -d' ' -f 2` != 2 ]
- then echo "Error : sizeof(short)!=2"
- fi
--if [ `myctest |cut -d' ' -f 3` != 4 ]
-+if [ `./myctest |cut -d' ' -f 3` != 4 ]
- then echo "Error :sizeof(int)!=4"
- fi
-
--if [ `myctest |cut -d' ' -f 4` = LITTLE ]
-+if [ `./myctest |cut -d' ' -f 4` = LITTLE ]
- then
- echo "#ifndef LITT_ENDIAN" >defendian.h
- echo "#define LITT_ENDIAN 1" >>defendian.h