summaryrefslogtreecommitdiff
path: root/emulators/cmdpack
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-07-12 12:20:28 +0000
committerwiz <wiz@pkgsrc.org>2017-07-12 12:20:28 +0000
commitceec4904468118dd14a17b7279fb9fdcaf90e014 (patch)
tree3ad97ac3c252a7c300b630d3d6ef219e27f3a81d /emulators/cmdpack
parente13030475b3ef3d2375157c9f96781fe62395355 (diff)
downloadpkgsrc-ceec4904468118dd14a17b7279fb9fdcaf90e014.tar.gz
Honor CFLAGS and LDFLAGS.
Diffstat (limited to 'emulators/cmdpack')
-rw-r--r--emulators/cmdpack/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/cmdpack/Makefile b/emulators/cmdpack/Makefile
index 8dcffb7e44d..25ba124e825 100644
--- a/emulators/cmdpack/Makefile
+++ b/emulators/cmdpack/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/03/04 05:53:52 snj Exp $
-#
+# $NetBSD: Makefile,v 1.6 2017/07/12 12:20:28 wiz Exp $
DISTNAME= cmdpack-1.03-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -18,7 +17,7 @@ INSTALLATION_DIRS= bin share/doc/cmdpack
do-build:
cd ${WRKSRC}/src && \
for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
- ${CC} -o $$file $$file.c; \
+ ${CC} ${CFLAGS} ${LDFLAGS} -o $$file $$file.c; \
done
${LN} ${WRKSRC}/src/ecm ${WRKSRC}/src/unecm