diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:49:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:49:05 +0000 |
commit | 13686b9ed034a7c531498dda11786a73d7fa51f2 (patch) | |
tree | 7175aa33600d136076cdc2b56dfddaf9d6b2a318 /graphics | |
parent | cb9a2b582c78cfb0c7bbe285c417c9362b3213d3 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 3 |
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' \ |