diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-19 18:05:37 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-19 18:05:37 +0000 |
commit | 4a9f39b5ce1df6e6bad0a7225f4b46ea59901a33 (patch) | |
tree | 077cddd233e44657ae45169e53f7be1ffdeeb2a5 /print/dviselect/scripts | |
parent | ac11c911419d62fea1f92d54fa62899c842cc95e (diff) |
Notes
Diffstat (limited to 'print/dviselect/scripts')
-rw-r--r-- | print/dviselect/scripts/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/dviselect/scripts/configure b/print/dviselect/scripts/configure index 08b5a6d80fbd..ac2e807e0a40 100644 --- a/print/dviselect/scripts/configure +++ b/print/dviselect/scripts/configure @@ -5,5 +5,6 @@ PREFIX=${PREFIX:-/usr/local} echo "BINDIR = $PREFIX/bin" >> $WRKSRC/Makefile || exit 1; echo "MANDIR = $PREFIX/man" >> $WRKSRC/Makefile || exit 1; echo "all: default" >> $WRKSRC/Makefile || exit 1; -echo "install: inst-dviselect" >> $WRKSRC/Makefile || exit 1; -exit 0;
\ No newline at end of file +echo "CFLAGS= $CFLAGS -I../h -I./h -DHAVE_VPRINTF" >> $WRKSRC/Makefile || exit 1; +echo "MFLAGS=CFLAGS=\"\${CFLAGS}\"" >> $WRKSRC/Makefile || exit 1; +exit 0; |