diff options
-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 |