From e5e58f021beb31c3516c48440d9aba4d5827da97 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 22 Sep 2017 10:49:05 +0000 Subject: 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 --- graphics/evince/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics') 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' \ -- cgit