diff options
author | asami <asami@FreeBSD.org> | 1997-06-04 11:46:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-04 11:46:57 +0800 |
commit | dfa33c5b17a1988c4d531782d9049e7487c2d885 (patch) | |
tree | d6b6907972c77c5f276758862cf737166341339b /archivers/macutils/files | |
parent | 4848a34c4ce94d986270f0641285369f0d74f2ae (diff) | |
download | freebsd-ports-gnome-dfa33c5b17a1988c4d531782d9049e7487c2d885.tar.gz freebsd-ports-gnome-dfa33c5b17a1988c4d531782d9049e7487c2d885.tar.zst freebsd-ports-gnome-dfa33c5b17a1988c4d531782d9049e7487c2d885.zip |
A set of utilities to play with Macintosh format files.
PR: 3626
Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
Diffstat (limited to 'archivers/macutils/files')
-rw-r--r-- | archivers/macutils/files/patch-aa | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/archivers/macutils/files/patch-aa b/archivers/macutils/files/patch-aa new file mode 100644 index 000000000000..01b90af47cac --- /dev/null +++ b/archivers/macutils/files/patch-aa @@ -0,0 +1,31 @@ +*** makefile.orig Mon Apr 14 16:15:21 1997 +--- makefile Mon Apr 14 16:34:14 1997 +*************** +*** 1,5 **** +! SHELL = /bin/sh +! BINDIR = /ufs/dik/tmpbin + # Use the following flags on the CF macro definition as needed. + # + # -DBSD if you are on a BSD system +--- 1,4 ---- +! SHELL = /bin/sh + # Use the following flags on the CF macro definition as needed. + # + # -DBSD if you are on a BSD system +*************** +*** 24,30 **** + # + # -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system + # +! CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE + + all: + (cd crc; make CF='$(CF)') +--- 23,29 ---- + # + # -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system + # +! CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS + + all: + (cd crc; make CF='$(CF)') |