From e5baaae09b37ea2bc2a7199bdb6523248fa42d77 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 24 Jan 2004 14:30:01 +0000 Subject: - Downgrate to last stable release, 0.6.5.1 - Give maintainership to submitter PR: ports/61738 Submitted by: Jean-Yves Lefort --- devel/clanlib/files/patch-configure | 39 +++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) (limited to 'devel/clanlib/files/patch-configure') diff --git a/devel/clanlib/files/patch-configure b/devel/clanlib/files/patch-configure index 247c45ec6eb1..f02544e18695 100644 --- a/devel/clanlib/files/patch-configure +++ b/devel/clanlib/files/patch-configure @@ -1,10 +1,33 @@ ---- configure.orig Sun Sep 7 22:30:57 2003 -+++ configure Mon Sep 8 02:32:28 2003 -@@ -18545,6 +18545,7 @@ +--- configure.orig Sun Nov 3 22:41:57 2002 ++++ configure Fri Jan 23 15:49:01 2004 +@@ -3375,7 +3375,7 @@ + fi - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS + OLDLIBS="$LIBS" +- LIBS="$x_libraries -lGL -lGLU -lpthread -lGL" ++ LIBS="$x_libraries -lGL -lGLU -lGL" + echo "$as_me:$LINENO: checking for GL" >&5 + echo $ECHO_N "checking for GL... $ECHO_C" >&6 + if test "$cross_compiling" = yes; then +@@ -5268,18 +5268,18 @@ + enableval="$enable_debug" + + if test "$enableval" == "yes"; then +- comp_mode="-DDEBUG=1 -g3 -ggdb3 -O0" ++ comp_mode= + echo "$as_me:$LINENO: result: enabled" >&5 + echo "${ECHO_T}enabled" >&6 + else +- comp_mode="-O2" ++ comp_mode= + echo "$as_me:$LINENO: result: *********** <-- DISABLED --> ***********" >&5 + echo "${ECHO_T}*********** <-- DISABLED --> ***********" >&6 + fi + + else + +- comp_mode="-DDEBUG=1 -g3 -ggdb3" ++ comp_mode= + echo "$as_me:$LINENO: result: enabled" >&5 + echo "${ECHO_T}enabled" >&6 - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -- cgit v1.2.3