aboutsummaryrefslogtreecommitdiff
path: root/graphics/giblib
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-30 00:29:47 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-30 00:29:47 +0000
commit57cba1be5a151b26c777232b7d4359bbcc46e530 (patch)
tree201dbadc6ce118e6ae64e0adc0afac91c809dd5b /graphics/giblib
parent89ed359f56c186bd865387d6735193bb3ce71fb1 (diff)
downloadports-57cba1be5a151b26c777232b7d4359bbcc46e530.tar.gz
ports-57cba1be5a151b26c777232b7d4359bbcc46e530.zip
Notes
Diffstat (limited to 'graphics/giblib')
-rw-r--r--graphics/giblib/Makefile4
-rw-r--r--graphics/giblib/distinfo2
-rw-r--r--graphics/giblib/files/patch-ltmain.sh15
3 files changed, 18 insertions, 3 deletions
diff --git a/graphics/giblib/Makefile b/graphics/giblib/Makefile
index 4e09bc0bb75f..25a04de2d17c 100644
--- a/graphics/giblib/Makefile
+++ b/graphics/giblib/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= giblib
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.1
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
@@ -14,7 +14,7 @@ MAINTAINER= ishmael27@home.com
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
-USE_LIBTOOL= yes
USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/graphics/giblib/distinfo b/graphics/giblib/distinfo
index 29565574b1b9..a806c43f3d28 100644
--- a/graphics/giblib/distinfo
+++ b/graphics/giblib/distinfo
@@ -1 +1 @@
-MD5 (giblib-1.2.0.tar.gz) = 4428ab9025ad7568f46e5a793a68386c
+MD5 (giblib-1.2.1.tar.gz) = 3bc962ba187d78ff4d2e3a1475f2febd
diff --git a/graphics/giblib/files/patch-ltmain.sh b/graphics/giblib/files/patch-ltmain.sh
new file mode 100644
index 000000000000..9ae335d97666
--- /dev/null
+++ b/graphics/giblib/files/patch-ltmain.sh
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig Sun Aug 12 17:08:05 2001
++++ ltmain.sh Wed Aug 29 16:31:31 2001
+@@ -4673,10 +4674,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"