diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-12 16:44:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-12 16:44:15 +0000 |
commit | 32834021632a27ff1d30150605f1a7f09f55293b (patch) | |
tree | be10640fbbff7a6a78bdf31943aa9fb7561379be /graphics/plotutils | |
parent | 8b12d33577c48236b585be791e0061e198ecfbef (diff) | |
download | ports-32834021632a27ff1d30150605f1a7f09f55293b.tar.gz ports-32834021632a27ff1d30150605f1a7f09f55293b.zip |
Notes
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 45a88505bdf9..45bb09cc7a38 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_MOTIF= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fpermissive" \ MOTIFLIB="${MOTIFLIB}" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif |