diff options
author | antoine <antoine@FreeBSD.org> | 2013-05-30 19:42:43 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-05-30 19:42:43 +0000 |
commit | 8da28caea4ce1fc27af4b528ff8a6f00a363fa82 (patch) | |
tree | e3766943aa6651abc575ef52e7596c31e3c6feb0 | |
parent | a5e87e752a5505b142c3ca48fe5c63991f4b7ffd (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 \ |