Date: Tue, 25 Dec 2018 23:21:01 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488352 - head/multimedia/totem Message-ID: <201812252321.wBPNL1Us075222@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Dec 25 23:21:01 2018 New Revision: 488352 URL: https://svnweb.freebsd.org/changeset/ports/488352 Log: Do not create an empty target if it is not required. Reported by: mat Approved by: portmgr (tier-2 blanket) Modified: head/multimedia/totem/Makefile Modified: head/multimedia/totem/Makefile ============================================================================== --- head/multimedia/totem/Makefile Tue Dec 25 22:04:20 2018 (r488351) +++ head/multimedia/totem/Makefile Tue Dec 25 23:21:01 2018 (r488352) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812252321.wBPNL1Us075222>