diff options
author | des <des@FreeBSD.org> | 2003-07-18 06:53:33 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-07-18 06:53:33 +0000 |
commit | 924c6fe2588b72e887c2355fab30002b7a22a22e (patch) | |
tree | 85c676512b4b48501bd7ef1e3a20a1e3e4ea335e /graphics/giflib/Makefile | |
parent | 3619a5794e13f7c29a92c9c2643a2c19ac421ded (diff) | |
download | FreeBSD-ports-924c6fe2588b72e887c2355fab30002b7a22a22e.zip FreeBSD-ports-924c6fe2588b72e887c2355fab30002b7a22a22e.tar.gz |
For some mysterious reason, libungif prefers the antiquated <varargs.h>
to <stdarg.h>. Unfortunately, it fails to build with gcc 3.3, so hack
configure to not test for the presence of <varargs.h>.
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r-- | graphics/giflib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index d85a8cf..09185b5 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -7,6 +7,7 @@ PORTNAME= libungif PORTVERSION= 4.1.0b1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://prtr-13.ucsc.edu/pub/libungif/ \ ftp://ftp.ayamura.org/pub/graphics/ |