Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31664/10.7/stable/main/finkinfo/x11

Modified Files:
        wine-32bit.info 
Log Message:
Get rid of flag that makes clang cry, with maintainer consent.


Index: wine-32bit.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/wine-32bit.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- wine-32bit.info     27 Mar 2013 01:24:01 -0000      1.9
+++ wine-32bit.info     16 May 2013 13:20:09 -0000      1.10
@@ -94,7 +94,8 @@
  # small safety measure: preventing libSystem from coming up too early in the 
link line (and hence also in load commands)
  # (specifically for wineesd.drv.so winearts.drv.so sane.ds.so and 
msxml3.dll.so).
  # For further safety, we can then as well remove the remaining -L%p/lib and 
-I%p/include flags ...
- perl -pi.bak -e 's,\-L%p/lib ,,g; s:\-I%p/include( |,):\1:g; 
s,\-l(m|dl|pthread)([^a-z]),\2,g' config.status
+ # Clang (at least recent enough versions) doesn't like -gstabs+, so take care 
of that, too.
+ perl -pi.bak -e 's,\-L%p/lib ,,g; s:\-I%p/include( |,):\1:g; 
s,\-l(m|dl|pthread)([^a-z]),\2,g; s,-gstabs\+,,' config.status
  ./config.status
  make depend
  perl -pi -e 's,^CC   ,CC = /usr/bin/clang -m32\n#,g;' 
dlls/winemac.drv/Makefile


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to