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 1ba75772a76c..2265d30d2311 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -24,7 +24,7 @@ USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes USE_LDCONFIG= yes ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal -USE_AUTOTOOLS= autoconf:268:env automake:111:env libtool:22:env +USE_AUTOTOOLS= autoconf:env automake:env libtool:env MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}" CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ |