diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-06-14 12:47:58 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-06-14 12:47:58 +0000 |
commit | c14e4f5f7317afd978a681f52bed53e8475574d5 (patch) | |
tree | 887d2ee07449ef7ef155da1e40fc852d2d19c539 /graphics/agg/Makefile | |
parent | a05579bc923acfd9122767bfdf69f5b4af193d0b (diff) | |
download | ports-c14e4f5f7317afd978a681f52bed53e8475574d5.tar.gz ports-c14e4f5f7317afd978a681f52bed53e8475574d5.zip |
Notes
Diffstat (limited to 'graphics/agg/Makefile')
-rw-r--r-- | graphics/agg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 47535aaf42af..a18463acbe9f 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -21,11 +21,10 @@ GNU_CONFIGURE= yes USES= autoreconf gmake libtool pathfix pkgconfig USE_XORG= x11 USE_SDL= sdl -MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}" USE_LDCONFIG= yes INSTALL_TARGET= install-strip -MAKE_JOBS_UNSAFE= yes -CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ +post-patch: + @${REINPLACE_CMD} 's/_LDFLAGS/_LDADD/' ${WRKSRC}/examples/Makefile.am .include <bsd.port.mk> |