diff options
Diffstat (limited to 'archivers/macutil/patches/patch-aa')
-rw-r--r-- | archivers/macutil/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/macutil/patches/patch-aa b/archivers/macutil/patches/patch-aa new file mode 100644 index 00000000000..c0d99c99877 --- /dev/null +++ b/archivers/macutil/patches/patch-aa @@ -0,0 +1,11 @@ +--- makefile.orig Fri Mar 13 16:25:04 1998 ++++ makefile Fri Mar 13 16:44:21 1998 +@@ -27,7 +27,7 @@ + # -DDEBUG might trigger some debugging output in some program, do not + # use it unless you know where that output goes! + # +-CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE -DDEBUG ++CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS + + all: + (cd crc; make CF='$(CF)') |