aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2014-01-29 07:04:38 +0800
committerMatthias Andree <mandree@FreeBSD.org>2014-01-29 07:04:38 +0800
commit152afa0d84951796cf29a21164c7264d9eb29ac5 (patch)
tree788696ca2953c06c10fbb143166914c3598460fb /multimedia
parent2ac9fde7ba2cb7e99426fc239606afcc8c087485 (diff)
downloadfreebsd-ports-gnome-152afa0d84951796cf29a21164c7264d9eb29ac5.tar.gz
freebsd-ports-gnome-152afa0d84951796cf29a21164c7264d9eb29ac5.tar.zst
freebsd-ports-gnome-152afa0d84951796cf29a21164c7264d9eb29ac5.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>