summaryrefslogtreecommitdiff
path: root/multimedia/totem
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-25 23:21:01 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-25 23:21:01 +0000
commitf9f48c1f23e278a2c8bc9aa358ee7900a47c8a53 (patch)
tree98b7f99a61f2bc517ca6eab204166e067bb3d66b /multimedia/totem
parent- Update to 0.32.0 (diff)
Do not create an empty target if it is not required.
Reported by: mat Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=488352
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 50f296221866..6169cdbfc4f9 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -78,8 +78,8 @@ pre-everything::
@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"
@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
-post-patch:
.if exists(/usr/lib/libstdc++.so)
+post-patch:
${REINPLACE_CMD} -e '/-Wno-unused-but-set-variable/d' \
${WRKSRC}/src/plugins/meson.build
.endif