summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-05-30 19:42:43 +0000
committerantoine <antoine@FreeBSD.org>2013-05-30 19:42:43 +0000
commit8da28caea4ce1fc27af4b528ff8a6f00a363fa82 (patch)
treee3766943aa6651abc575ef52e7596c31e3c6feb0
parenta5e87e752a5505b142c3ca48fe5c63991f4b7ffd (diff)
downloadFreeBSD-ports-8da28caea4ce1fc27af4b528ff8a6f00a363fa82.zip
FreeBSD-ports-8da28caea4ce1fc27af4b528ff8a6f00a363fa82.tar.gz
Unbreak with clang using -Wno-error=return-type (old K&R code)
Approved by: miwi, eadler (mentors, implicit)
-rw-r--r--print/ghostview/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile
index f47ba98..10c7b4a 100644
--- a/print/ghostview/Makefile
+++ b/print/ghostview/Makefile
@@ -17,6 +17,7 @@ USE_IMAKE= yes
USE_XORG= xbitmaps xaw
USE_GHOSTSCRIPT_RUN= yes
MAKE_JOBS_SAFE= yes
+CFLAGS+= -Wno-error=return-type
MAN1= ghostview.1
PLIST_FILES= bin/ghostview \
OpenPOWER on IntegriCloud