Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29498

Modified Files:
        hackt.info 
Log Message:
upstream update, darwin10 only: LDFLAGS=-Wl,-no_compact_linkedit (thanks, pogma)


Index: hackt.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/hackt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- hackt.info  2 Jan 2010 19:14:50 -0000       1.3
+++ hackt.info  5 Jan 2010 23:56:15 -0000       1.4
@@ -1,9 +1,9 @@
 Package: hackt
-Version: 0.1.4-devel-20091119
+Version: 0.1.4-devel-20100105
 Revision: 1
 Maintainer: David Fang <[email protected]>
 Source: http://www.csl.cornell.edu/~fang/hackt/dists/%n-%v.tar.bz2
-Source-MD5: cd1423e01e41fefb946cf02ecd789d03
+Source-MD5: 7ed6d0ca85a54dc77f381ee8af80252f
 Homepage: http://www.csl.cornell.edu/~fang/hackt/
 License: GPL
 Description: Asynchronous circuit design tools
@@ -30,7 +30,11 @@
 mkdir darwin-build
 cd darwin-build
 # guile18-build
-../configure %c
+# workaround for linker issue with darwin10
+if { echo `uname -r` | grep -r "^10" ;} ; then
+  ldcfg="LDFLAGS=-Wl,-no_compact_linkedit"
+fi
+../configure %c $ldcfg
 make
 <<
 InfoTest: <<


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to