diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-02 19:36:34 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-02 19:36:34 +0000 |
commit | 789d75c728ef23566a07bf5b9bc2190bf34ff4f1 (patch) | |
tree | dc7540d42fa2d5d7c1c74515e3bdbf6ab842cd17 /games/libggz | |
parent | d1a9e827c98542eb35619dffa314cba50fb08b58 (diff) | |
download | ports-789d75c728ef23566a07bf5b9bc2190bf34ff4f1.tar.gz ports-789d75c728ef23566a07bf5b9bc2190bf34ff4f1.zip |
Notes
Diffstat (limited to 'games/libggz')
-rw-r--r-- | games/libggz/Makefile | 2 | ||||
-rw-r--r-- | games/libggz/files/patch-libtool22 | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 485de793311e..cc84e0488237 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -16,7 +16,7 @@ COMMENT= The GGZ Gaming Zone - Base Library LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/games/libggz/files/patch-libtool22 b/games/libggz/files/patch-libtool22 new file mode 100644 index 000000000000..a237a828b630 --- /dev/null +++ b/games/libggz/files/patch-libtool22 @@ -0,0 +1,24 @@ +--- configure.orig 2009-06-29 17:49:28.000000000 -0500 ++++ configure 2009-06-29 17:51:20.000000000 -0500 +@@ -22038,8 +22038,8 @@ + + + if test "$have_gnutls" = yes; then +- GGZTLS_INCLUDES="-I $gnutls_includes" +- GGZTLS_LDFLAGS="-L $gnutls_libraries" ++ GGZTLS_INCLUDES="-I$gnutls_includes" ++ GGZTLS_LDFLAGS="-L$gnutls_libraries" + LIB_GGZTLS=$gnutls_lib + { echo "$as_me:$LINENO: result: using GnuTLS" >&5 + echo "${ECHO_T}using GnuTLS" >&6; } +@@ -22295,8 +22295,8 @@ + + + if test "$have_ssl" = yes; then +- GGZTLS_INCLUDES="-I $ssl_includes" +- GGZTLS_LDFLAGS="-L $ssl_libraries" ++ GGZTLS_INCLUDES="-I$ssl_includes" ++ GGZTLS_LDFLAGS="-L$ssl_libraries" + LIB_GGZTLS=$ssl_lib + { echo "$as_me:$LINENO: result: using OpenSSL" >&5 + echo "${ECHO_T}using OpenSSL" >&6; } |