diff options
Diffstat (limited to 'graphics/agg')
-rw-r--r-- | graphics/agg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 9c892be1b5d1..2d7ce1ddf519 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal USE_AUTOTOOLS= autoconf:261:env automake:15:env libtool:15:env -MAKE_ENV= C="${CC}" CXX="${CXX}" AGGCXXFLAGS="${CXXFLAGS}" +MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}" CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ post-patch: |