From f3493576f63052c910509070ab41e783e28b7dca Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Tue, 22 Dec 2009 12:34:58 +0000 Subject: Update to 2.3.3. --- sysutils/gkrellm2/files/patch-src::configure | 48 ++++++---------------------- 1 file changed, 9 insertions(+), 39 deletions(-) (limited to 'sysutils/gkrellm2/files/patch-src::configure') diff --git a/sysutils/gkrellm2/files/patch-src::configure b/sysutils/gkrellm2/files/patch-src::configure index 4f631b365f12..338cab96e7a9 100644 --- a/sysutils/gkrellm2/files/patch-src::configure +++ b/sysutils/gkrellm2/files/patch-src::configure @@ -1,19 +1,8 @@ Index: src/configure diff -u src/configure.orig src/configure ---- src/configure.orig 2008-10-04 07:44:08.000000000 +0900 -+++ src/configure 2008-10-04 23:01:57.000000000 +0900 -@@ -19,6 +19,10 @@ - then - without_libsensors=yes - fi -+ if [ "$i" = "--without-ntlm" ] -+ then -+ without_ntlm=yes -+ fi - done - - PKG_INCLUDE=`pkg-config gtk+-2.0 --cflags` -@@ -56,8 +60,8 @@ +--- src/configure.orig 2009-12-21 10:47:44.000000000 +0900 ++++ src/configure 2009-12-22 10:45:51.692711734 +0900 +@@ -60,8 +60,8 @@ } EOF @@ -24,7 +13,7 @@ diff -u src/configure.orig src/configure if [ -x ./test ] && ./test then -@@ -102,8 +106,8 @@ +@@ -106,8 +106,8 @@ } EOF @@ -35,35 +24,16 @@ diff -u src/configure.orig src/configure if [ -x ./test ] && ./test then -@@ -121,6 +125,8 @@ - - rm -f test test.exe test.o test.c - -+if [ "$without_ntlm" != "yes" ] -+then - # echo "Checking for libntlm... " 1>& 2 - echo "Checking for libntlm... " 1>& 5 - -@@ -136,7 +142,7 @@ +@@ -145,7 +145,7 @@ } EOF --$CC ${CFLAGS} ${PKG_INCLUDE} -c test.c -o test.o 2>& 5 -+$CC ${PKG_INCLUDE} -c test.c -o test.o 2>& 5 - $CC test.o -o test ${LINK_FLAGS} ${PKG_LIBS} -lntlm 2>& 5 +-$CC ${CFLAGS} ${PKG_INCLUDE} ${PKG_NTLM_INCLUDE} -c test.c -o test.o 2>& 5 ++$CC ${PKG_INCLUDE} ${PKG_NTLM_INCLUDE} -c test.c -o test.o 2>& 5 + $CC test.o -o test ${LINK_FLAGS} ${PKG_LIBS} ${PKG_NTLM_LIBS} -lntlm 2>& 5 if [ -x ./test ] && ./test -@@ -148,7 +154,8 @@ - # echo "Not found, mail check will not have ntlm support..." 1>& 2 - echo "Not found, mail check will not have ntlm support..." 1>& 5 - fi -- -+fi -+# end of ntlm check - - - rm -f test test.exe test.o test.c -@@ -181,7 +188,7 @@ +@@ -191,7 +191,7 @@ } EOF -- cgit v1.2.3