aboutsummaryrefslogtreecommitdiff
path: root/graphics/imlib
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-04-03 00:54:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-04-03 00:54:20 +0000
commit6ef5e2d4d369d7abccf0c25132506084ed378ee6 (patch)
treea02fcc6cced0fc7a65dc03a8a1b1cf64c774a03e /graphics/imlib
parenta0b83061a7cd8e8d0c90e58e56c8cc9b720c733e (diff)
downloadports-6ef5e2d4d369d7abccf0c25132506084ed378ee6.tar.gz
ports-6ef5e2d4d369d7abccf0c25132506084ed378ee6.zip
Notes
Diffstat (limited to 'graphics/imlib')
-rw-r--r--graphics/imlib/files/patch-aa22
-rw-r--r--graphics/imlib/files/patch-ac10
-rw-r--r--graphics/imlib/pkg-plist8
3 files changed, 26 insertions, 14 deletions
diff --git a/graphics/imlib/files/patch-aa b/graphics/imlib/files/patch-aa
index 283c0c830d57..4922873980a7 100644
--- a/graphics/imlib/files/patch-aa
+++ b/graphics/imlib/files/patch-aa
@@ -1,5 +1,14 @@
---- configure.orig Sun Feb 27 11:57:26 2000
-+++ configure Sun Feb 27 11:59:58 2000
+--- configure.orig Tue Oct 19 07:52:34 1999
++++ configure Mon Apr 3 08:26:32 2000
+@@ -1826,7 +1826,7 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++LIBTOOL="/usr/local/bin/libtool"
+
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
@@ -2367,8 +2367,8 @@
echo "configure:2368: checking whether to build gmodulized imlib" >&5
oLIBS="$LIBS"
@@ -11,6 +20,15 @@
if test "$cross_compiling" = yes; then
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
+@@ -2389,7 +2389,7 @@
+ EOF
+ if { (eval echo configure:2391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+ then
+- dynworks=true
++ dynworks=false
+ else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
@@ -2418,8 +2418,8 @@
#define USE_GMODULE 1
EOF
diff --git a/graphics/imlib/files/patch-ac b/graphics/imlib/files/patch-ac
index 58fb01c308a7..a1e1373d82fe 100644
--- a/graphics/imlib/files/patch-ac
+++ b/graphics/imlib/files/patch-ac
@@ -10,13 +10,15 @@
libImlib_la_LIBADD = $(SUPPORT_LIBS)
--- gdk_imlib/Makefile.in.orig Tue Oct 19 07:55:01 1999
-+++ gdk_imlib/Makefile.in Thu Oct 28 19:36:16 1999
-@@ -152,7 +152,7 @@
++++ gdk_imlib/Makefile.in Mon Apr 3 08:45:38 2000
+@@ -152,8 +152,8 @@
libgdk_imlib_la_SOURCES = cache.c colors.c globals.c load.c misc.c rend.c utils.c save.c modules.c
-libgdk_imlib_la_LDFLAGS = -version-info 10:8:9
-+libgdk_imlib_la_LDFLAGS = -version-info 5:0:0
- libgdk_imlib_la_LIBADD = $(GMODULE_LIBS)
+-libgdk_imlib_la_LIBADD = $(GMODULE_LIBS)
++libgdk_imlib_la_LDFLAGS = -export-dynamic -version-info 5:0:0
++libgdk_imlib_la_LIBADD = $(GTK_LIBS) $(SUPPORT_LIBS)
include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h
+
diff --git a/graphics/imlib/pkg-plist b/graphics/imlib/pkg-plist
index 3b7ede7e47bb..36a1ccada06d 100644
--- a/graphics/imlib/pkg-plist
+++ b/graphics/imlib/pkg-plist
@@ -16,14 +16,6 @@ lib/libImlib.so.5
lib/libgdk_imlib.a
lib/libgdk_imlib.so
lib/libgdk_imlib.so.5
-lib/libimlib-bmp.so
-lib/libimlib-gif.so
-lib/libimlib-jpeg.so
-lib/libimlib-png.so
-lib/libimlib-ppm.so
-lib/libimlib-ps.so
-lib/libimlib-tiff.so
-lib/libimlib-xpm.so
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/aclocal/imlib.m4