diff options
-rw-r--r-- | devel/gobject-introspection/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 792656a61..dd5eb30f3 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -25,7 +25,7 @@ USE_PYTHON= -2.7 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes -CPPFLAGS+= -I${LOCALBASE}/include -Wnocast-align +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 |