diff options
Diffstat (limited to 'print/dviselect/scripts/configure')
-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; |