aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-09-22 18:49:05 +0800
committermat <mat@FreeBSD.org>2017-09-22 18:49:05 +0800
commite5e58f021beb31c3516c48440d9aba4d5827da97 (patch)
tree7175aa33600d136076cdc2b56dfddaf9d6b2a318 /graphics
parentf7ea694d40fb25ebb08976089f0d25ef8068e94e (diff)
downloadfreebsd-ports-gnome-e5e58f021beb31c3516c48440d9aba4d5827da97.tar.gz
freebsd-ports-gnome-e5e58f021beb31c3516c48440d9aba4d5827da97.tar.zst
freebsd-ports-gnome-e5e58f021beb31c3516c48440d9aba4d5827da97.zip
Some ports had execinfo disabled during the cretaceous era, enable
support back. PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evince/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 8b0a8f591e3d..7964756892d7 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -127,8 +127,7 @@ PLIST_SUB+= COMICS="@comment "
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \
- -e 's|" == "|" = "|g' \
+ @${REINPLACE_CMD} -e 's|" == "|" = "|g' \
-e 's|-Werror||g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \