diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-24 03:22:28 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-24 03:22:28 +0000 |
commit | 56fb58c56f8c9a1efad1589a56a57df3c0dbb225 (patch) | |
tree | 407a7ca984606a238df7d27040696acf725d4aff /graphics/agg | |
parent | b6000bd1d15d7aa952ef8d4d5d8a7f6e55e04fe3 (diff) | |
download | ports-56fb58c56f8c9a1efad1589a56a57df3c0dbb225.tar.gz ports-56fb58c56f8c9a1efad1589a56a57df3c0dbb225.zip |
Notes
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 9645338131ba..57c9fe7b35af 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:267:env automake:15:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22:env MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}" CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ |