aboutsummaryrefslogtreecommitdiff
path: root/graphics/agg
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2018-06-14 12:47:58 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2018-06-14 12:47:58 +0000
commitc14e4f5f7317afd978a681f52bed53e8475574d5 (patch)
tree887d2ee07449ef7ef155da1e40fc852d2d19c539 /graphics/agg
parenta05579bc923acfd9122767bfdf69f5b4af193d0b (diff)
downloadports-c14e4f5f7317afd978a681f52bed53e8475574d5.tar.gz
ports-c14e4f5f7317afd978a681f52bed53e8475574d5.zip
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=472376
Diffstat (limited to 'graphics/agg')
-rw-r--r--graphics/agg/Makefile5
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>