diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-14 16:20:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-14 16:20:58 +0000 |
commit | 188fde5d60e529f3ade6436f2019f3e6ccb5dac5 (patch) | |
tree | f705ea3e73a45af5bd0e1ace1cf49fcab951e625 /emulators/MAMEDiff/Makefile | |
parent | d5e5421414216ca2dae3e9da064f7bc6e0fd4334 (diff) | |
download | pkgsrc-188fde5d60e529f3ade6436f2019f3e6ccb5dac5.tar.gz |
Automatically convert all files to unix line endings by extracting, and
remove DOS line endings from patches too. Improves probability of
compilation on gcc2 systems.
Diffstat (limited to 'emulators/MAMEDiff/Makefile')
-rw-r--r-- | emulators/MAMEDiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index 0e548796315..fc2c77cc09f 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/03/04 12:05:13 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/14 16:20:58 wiz Exp $ # DISTNAME= mdiff216 @@ -16,6 +16,7 @@ USE_GNU_TOOLS+= make WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= mamediff +EXTRACT_CMD_OPTS.zip= -Laaqo post-extract: ${MKDIR} ${WRKSRC}/obj |