diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-07-21 18:34:08 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-07-21 18:34:08 +0000 |
commit | 7a52561c8fc978372031b58c7e3f6bff397a2559 (patch) | |
tree | 60f112c599aaf36f409738cee35797539b5e1e84 /sysutils/gkrellm2/files/patch-src::configure | |
parent | - Update to 0.6.2 (diff) |
Update to 2.3.0.
Notes
Notes:
svn path=/head/; revision=195998
Diffstat (limited to 'sysutils/gkrellm2/files/patch-src::configure')
-rw-r--r-- | sysutils/gkrellm2/files/patch-src::configure | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/sysutils/gkrellm2/files/patch-src::configure b/sysutils/gkrellm2/files/patch-src::configure index 091f2ee06083..590631851251 100644 --- a/sysutils/gkrellm2/files/patch-src::configure +++ b/sysutils/gkrellm2/files/patch-src::configure @@ -1,8 +1,8 @@ Index: src/configure diff -u src/configure.orig src/configure ---- src/configure.orig Wed Oct 25 13:25:45 2006 -+++ src/configure Tue Dec 26 11:18:57 2006 -@@ -39,6 +39,7 @@ +--- src/configure.orig Mon May 7 08:45:55 2007 ++++ src/configure Sun Jul 22 03:01:53 2007 +@@ -41,6 +41,7 @@ cat << EOF > test.c #include <gnutls/openssl.h> @@ -10,25 +10,34 @@ diff -u src/configure.orig src/configure #include <errno.h> #include <pthread.h> -@@ -59,8 +60,8 @@ +@@ -61,8 +62,8 @@ } EOF --$CC ${PKG_INCLUDE} -c test.c -o test.o 2>& 5 --$CC test.o -o test ${PKG_LIBS} -lgnutls-openssl 2>& 5 +-$CC ${CFLAGS} ${PKG_INCLUDE} -c test.c -o test.o 2>& 5 +-$CC test.o -o test ${LINK_FLAGS} ${PKG_LIBS} -lgnutls-openssl 2>& 5 +$CC ${PKG_INCLUDE} -I${GNUTLSINC} -c test.c -o test.o 2>& 5 -+$CC test.o -o test ${PKG_LIBS} -L${GNUTLSLIB} -lgnutls-openssl 2>& 5 ++$CC test.o -o test ${LINK_FLAGS} ${PKG_LIBS} -L${GNUTLSLIB} -lgnutls-openssl 2>& 5 if [ -x ./test ] && ./test then -@@ -99,8 +100,8 @@ +@@ -101,8 +102,8 @@ } EOF --$CC ${PKG_INCLUDE} -c test.c -o test.o 2>& 5 --$CC test.o -o test ${PKG_LIBS} -lssl -lcrypto 2>& 5 +-$CC ${CFLAGS} ${PKG_INCLUDE} -c test.c -o test.o 2>& 5 +-$CC test.o -o test ${LINK_FLAGS} ${PKG_LIBS} -lssl -lcrypto 2>& 5 +$CC ${PKG_INCLUDE} -I${OPENSSLINC} -c test.c -o test.o 2>& 5 -+$CC test.o -o test ${PKG_LIBS} -L${OPENSSLLIB} -lssl -lcrypto 2>& 5 ++$CC test.o -o test ${LINK_FLAGS} ${PKG_LIBS} -L${OPENSSLLIB} -lssl -lcrypto 2>& 5 if [ -x ./test ] && ./test then +@@ -141,7 +142,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} -lsensors 2>& 5 + + if [ -x ./test ] && ./test |