summaryrefslogtreecommitdiffstats
path: root/graphics/imlib
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-04-03 00:54:20 +0000
committervanilla <vanilla@FreeBSD.org>2000-04-03 00:54:20 +0000
commitccde2607e01d1cb2e80f07fd914f007a4a9882e2 (patch)
treea6f8872bf61cda7cdb923b5cfbfa3748758f21ef /graphics/imlib
parentf3146e3bf5eda677817c74651ddcd9d5c4f91772 (diff)
downloadFreeBSD-ports-ccde2607e01d1cb2e80f07fd914f007a4a9882e2.zip
FreeBSD-ports-ccde2607e01d1cb2e80f07fd914f007a4a9882e2.tar.gz
Remove dynamic loader support, it cause some problem.
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 283c0c8..4922873 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 58fb01c..a1e1373 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 3b7ede7..36a1cca 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
OpenPOWER on IntegriCloud