diff options
author | crees <crees@FreeBSD.org> | 2013-04-24 00:41:46 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-04-24 00:41:46 +0800 |
commit | ab810bb89f9a0ac700f4a6849f2caad9a1423d7b (patch) | |
tree | 3effc5665c5069b904a053d5c795d8d77a7613e2 /audio/ladspa | |
parent | a3fa98e1eee239ebf2edf5c692353108b5dcc1af (diff) | |
download | freebsd-ports-gnome-ab810bb89f9a0ac700f4a6849f2caad9a1423d7b.tar.gz freebsd-ports-gnome-ab810bb89f9a0ac700f4a6849f2caad9a1423d7b.tar.zst freebsd-ports-gnome-ab810bb89f9a0ac700f4a6849f2caad9a1423d7b.zip |
Unbreak on head (probably ccache too)
PR: ports/178058
Approved by: arved (maintainer)
Diffstat (limited to 'audio/ladspa')
-rw-r--r-- | audio/ladspa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index 5ec467b61bc0..af11a9e03711 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -29,7 +29,7 @@ BUILD_WRKSRC= ${WRKSRC}/src MAKE_JOBS_SAFE= yes post-patch: - ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; \ + ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; s,-Werror ,,; \ s,^CC,#CC,;s,^CPP,#CPP,;s,CPP,CXX,; s,^CXXFLAGS.*=,CXXFLAGS+=,' \ ${WRKSRC}/src/makefile |