diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-13 00:44:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-13 00:44:15 +0800 |
commit | 8bddb4fcb4d2fe4c868e424a79d1243f37f07197 (patch) | |
tree | f9041d1dadc0c3a3487acb060200b1db4a8872dd /graphics/plotutils | |
parent | 1d16d348c6cefda6b65713a3cd810c8b51e8db32 (diff) | |
download | freebsd-ports-graphics-8bddb4fcb4d2fe4c868e424a79d1243f37f07197.tar.gz freebsd-ports-graphics-8bddb4fcb4d2fe4c868e424a79d1243f37f07197.tar.zst freebsd-ports-graphics-8bddb4fcb4d2fe4c868e424a79d1243f37f07197.zip |
Fix build on -current.
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 45a88505bdf..45bb09cc7a3 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 |