diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-09 20:12:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-09 20:12:10 +0000 |
commit | 1d29fde9a4124168587f427233164a9bfcb45e67 (patch) | |
tree | 5009006f44dfb8132b0218a1e571d494c6295b73 /graphics/imlib/patches | |
parent | 036d2fc5e0550e3cd11b89634f76288589af2d37 (diff) | |
download | pkgsrc-1d29fde9a4124168587f427233164a9bfcb45e67.tar.gz |
* change to use libungif instead of giflib
* install library documentation
Diffstat (limited to 'graphics/imlib/patches')
-rw-r--r-- | graphics/imlib/patches/patch-aa | 16 | ||||
-rw-r--r-- | graphics/imlib/patches/patch-ab | 16 |
2 files changed, 4 insertions, 28 deletions
diff --git a/graphics/imlib/patches/patch-aa b/graphics/imlib/patches/patch-aa index ca5f530e1df..710b4c164dd 100644 --- a/graphics/imlib/patches/patch-aa +++ b/graphics/imlib/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.6 1999/03/09 23:00:38 tron Exp $ +$NetBSD: patch-aa,v 1.7 1999/10/09 20:12:10 jlam Exp $ ---- configure.orig Thu Feb 25 00:44:38 1999 -+++ configure Tue Mar 9 23:51:33 1999 +--- configure.orig Wed Feb 24 18:44:38 1999 ++++ configure Fri Oct 8 14:46:40 1999 @@ -1533,6 +1533,7 @@ fi @@ -18,15 +18,7 @@ $NetBSD: patch-aa,v 1.6 1999/03/09 23:00:38 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -2118,6 +2120,7 @@ - else - GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` - GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` -+ GTK_LIBS=`echo "$GTK_LIBS -lintl"` - gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ - sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` - gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ -@@ -5325,10 +5328,12 @@ +@@ -5325,10 +5327,12 @@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac diff --git a/graphics/imlib/patches/patch-ab b/graphics/imlib/patches/patch-ab deleted file mode 100644 index 57091a06c9b..00000000000 --- a/graphics/imlib/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.1 1998/09/04 13:13:17 agc Exp $ - -Try as I might, passing things through the environment, this always -ends up like this... - ---- Makefile.in 1998/09/01 17:14:00 1.1 -+++ Makefile.in 1998/09/01 17:14:54 -@@ -48,7 +48,7 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ --INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT} - transform = @program_transform_name@ - - NORMAL_INSTALL = : |