diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-03 00:54:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-03 00:54:20 +0000 |
commit | 6ef5e2d4d369d7abccf0c25132506084ed378ee6 (patch) | |
tree | a02fcc6cced0fc7a65dc03a8a1b1cf64c774a03e /graphics/imlib2/files | |
parent | a0b83061a7cd8e8d0c90e58e56c8cc9b720c733e (diff) | |
download | ports-6ef5e2d4d369d7abccf0c25132506084ed378ee6.tar.gz ports-6ef5e2d4d369d7abccf0c25132506084ed378ee6.zip |
Remove dynamic loader support, it cause some problem.
Notes
Notes:
svn path=/head/; revision=27295
Diffstat (limited to 'graphics/imlib2/files')
-rw-r--r-- | graphics/imlib2/files/patch-aa | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa index 283c0c830d57..4922873980a7 100644 --- a/graphics/imlib2/files/patch-aa +++ b/graphics/imlib2/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 |