Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7345

Modified Files:
        libggz2.info 
Added Files:
        libggz2.patch 
Log Message:
-I or -L for /usr/{include,lib} is bad mojo: use system-openssl to make sure 
fink's openssl* libs are ignored; also spaces after -I and -L are risky


--- NEW FILE: libggz2.patch ---
diff -Nurd libggz-0.0.14.1/configure libggz-0.0.14.1-new/configure
--- libggz-0.0.14.1/configure   2008-02-16 16:13:13.000000000 -0500
+++ libggz-0.0.14.1-new/configure       2010-08-23 04:01:04.000000000 -0400
@@ -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; }

Index: libggz2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/libggz2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libggz2.info        5 Apr 2009 22:27:36 -0000       1.1
+++ libggz2.info        23 Aug 2010 08:10:35 -0000      1.2
@@ -6,7 +6,10 @@
 Maintainer: Benjamin Reed <libg...@fink.raccoonfink.com>
 
 BuildDependsOnly: true
-BuildDepends: fink (>= 0.24.12-1)
+BuildDepends: <<
+       fink (>= 0.24.12-1),
+       system-openssl-dev
+<<
 BuildConflicts: libgcrypt
 Depends: %N-shlibs (= %v-%r)
 
@@ -18,9 +21,11 @@
 Source: mirror:custom:ggz/%v/libggz-%v.tar.gz
 Source-MD5: 603739504648833779aa13b0327a1c3d
 
+PatchFile: %n.patch
+PatchFile-MD5: 2c04e5e7b319e3c808ceb3a4ebc6ab5b
 SetCPPFLAGS: -fsigned-char -Os
 CompileScript: <<
-       ./configure --prefix=%p/lib/ggz2 --mandir=%p/share/man 
--enable-debug-gdb --with-tls=OpenSSL --enable-anl --with-ssl-dir=/usr 
--disable-dependency-tracking
+       ./configure --prefix=%p/lib/ggz2 --mandir=%p/share/man 
--enable-debug-gdb --with-tls=OpenSSL --enable-anl 
--with-ssl-dir=%p/lib/system-openssl --disable-dependency-tracking
        make
 <<
 InstallScript: <<


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to