diff options
author | sem <sem@FreeBSD.org> | 2006-01-11 02:37:13 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-01-11 02:37:13 +0800 |
commit | 4d8478f2a6dcc6da31fce143efffeb66111c2c60 (patch) | |
tree | 071667613d8fe83406abb1c8eb305e9d193a18d3 | |
parent | 308a1624127fb4484865496cc7f7ba8ea2c5645b (diff) | |
download | freebsd-ports-gnome-4d8478f2a6dcc6da31fce143efffeb66111c2c60.tar.gz freebsd-ports-gnome-4d8478f2a6dcc6da31fce143efffeb66111c2c60.tar.zst freebsd-ports-gnome-4d8478f2a6dcc6da31fce143efffeb66111c2c60.zip |
- Fix build
PR: ports/91601
Submitted by: Andreas Kohn (maintainer)
-rw-r--r-- | graphics/devil/files/patch-src-IL-src-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/devil/files/patch-src-IL-src-Makefile.in b/graphics/devil/files/patch-src-IL-src-Makefile.in new file mode 100644 index 000000000000..a21f5f825677 --- /dev/null +++ b/graphics/devil/files/patch-src-IL-src-Makefile.in @@ -0,0 +1,11 @@ +--- src-IL/src/Makefile.in.orig Tue Jan 10 16:09:29 2006 ++++ src-IL/src/Makefile.in Tue Jan 10 16:09:45 2006 +@@ -312,7 +312,7 @@ + + AM_CFLAGS = @LIBIL_CFLAGS@ + libIL_la_LDFLAGS = -no-undefined @VERSIONINFO@ +-libIL_la_LIBADD = @LIBPNG@ @LIBJPG@ @LIBTIFF@ @LIBGIF@ @LIBMNG@ @LIBLCMS@ ++libIL_la_LIBADD = @LIBPNG@ @LIBJPG@ @LIBTIFF@ @LIBMNG@ @LIBLCMS@ + INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src-IL/include + all: all-am + |