diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-08 13:59:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-08 13:59:13 +0800 |
commit | 3e2eb1877c141b034d9ba3113b86c9260793f570 (patch) | |
tree | 6222d08cad20cc04a280a9ae4718b7060765e092 /devel/synfig/Makefile | |
parent | d936229c8e499866fafbdcf4163cf7bad6b879d6 (diff) | |
download | freebsd-ports-gnome-3e2eb1877c141b034d9ba3113b86c9260793f570.tar.gz freebsd-ports-gnome-3e2eb1877c141b034d9ba3113b86c9260793f570.tar.zst freebsd-ports-gnome-3e2eb1877c141b034d9ba3113b86c9260793f570.zip |
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self
Diffstat (limited to 'devel/synfig/Makefile')
-rw-r--r-- | devel/synfig/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile index d462fc820bd0..6857951c4b0d 100644 --- a/devel/synfig/Makefile +++ b/devel/synfig/Makefile @@ -37,7 +37,6 @@ post-patch: @${REINPLACE_CMD} -e \ '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ /optimization_flags/s|CFLAGS=|#CFLAGS=| ; \ - s|"GNU strip"|"strip"| ; \ s|el_GR|el| ; \ s|ja_JP|ja| ; \ s|no_NO|no| ; \ |