diff options
author | antoine <antoine@FreeBSD.org> | 2013-05-31 03:42:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-05-31 03:42:43 +0800 |
commit | 8da28caea4ce1fc27af4b528ff8a6f00a363fa82 (patch) | |
tree | e3766943aa6651abc575ef52e7596c31e3c6feb0 /print/ghostview | |
parent | a5e87e752a5505b142c3ca48fe5c63991f4b7ffd (diff) | |
download | freebsd-ports-gnome-8da28caea4ce1fc27af4b528ff8a6f00a363fa82.tar.gz freebsd-ports-gnome-8da28caea4ce1fc27af4b528ff8a6f00a363fa82.tar.zst freebsd-ports-gnome-8da28caea4ce1fc27af4b528ff8a6f00a363fa82.zip |
Unbreak with clang using -Wno-error=return-type (old K&R code)
Approved by: miwi, eadler (mentors, implicit)
Diffstat (limited to 'print/ghostview')
-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 f47ba9814708..10c7b4aa3549 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 \ |