openbsd-ports/archivers/macutil/patches/patch-makefile
naddy 7c80d4dd4a Import macutil 2.0b3.
Submitted by Sebastian Stark <seb@todesplanet.de>.

With these tools you can handle Macintosh files.
2002-10-25 21:45:02 +00:00

13 lines
485 B
Plaintext

$OpenBSD: patch-makefile,v 1.1.1.1 2002/10/25 21:45:02 naddy Exp $
--- makefile.orig Fri Oct 25 17:14:13 2002
+++ makefile Fri Oct 25 17:15:25 2002
@@ -27,7 +27,7 @@ BINDIR = /ufs/dik/tmpbin
# -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)')