diff options
Diffstat (limited to 'games/libggz/files/patch-libtool22')
-rw-r--r-- | games/libggz/files/patch-libtool22 | 24 |
1 files changed, 24 insertions, 0 deletions
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; } |