aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2014-01-29 07:04:38 +0800
committermandree <mandree@FreeBSD.org>2014-01-29 07:04:38 +0800
commitfdb6a63bcfd349b69128002aaa8ef13c9122ddf7 (patch)
tree788696ca2953c06c10fbb143166914c3598460fb /multimedia
parentf42b690195f361377ddb2dd85517fc68fb83d647 (diff)
downloadfreebsd-ports-gnome-fdb6a63bcfd349b69128002aaa8ef13c9122ddf7.tar.gz
freebsd-ports-gnome-fdb6a63bcfd349b69128002aaa8ef13c9122ddf7.tar.zst
freebsd-ports-gnome-fdb6a63bcfd349b69128002aaa8ef13c9122ddf7.zip
Strip debug symbols from bin/x264 unless WITH_DEBUG is set.
Approved by: portmgr (implicit/blanket)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/x264/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 5b6d5f4a4fcd..f383445bfa95 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -114,4 +114,7 @@ post-patch:
s|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/Makefile
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/x264
+
.include <bsd.port.mk>