Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3011

Modified Files:
        kdeedu4-mac.info kdeedu4-x11.info 
Log Message:
gfortran not needed, apparently.


Index: kdeedu4-mac.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde/kdeedu4-mac.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kdeedu4-mac.info    3 May 2012 00:16:10 -0000       1.1
+++ kdeedu4-mac.info    2 Feb 2013 18:11:22 -0000       1.2
@@ -85,6 +85,9 @@
        perl -pi -e 's/(libspectre)/DO_NOT_DETECT_$1/' 
cmake/modules/FindLibSpectre.cmake
        perl -pi -e 's/(facile.a)/DO_NOT_DETECT_$1/' 
cmake/modules/FindLibfacile.cmake
        perl -pi -e 's/(libqalculate)/DO_NOT_DETECT_$1/' 
cmake/modules/FindQalculate.cmake
+
+       # gfortran not really needed for cantor?
+       perl -pi -e 's/(SET.*)gfortran/\1/' cmake/modules/FindR.cmake
 <<
 
 SetMAKEFLAGS: -j1
@@ -94,7 +97,10 @@
 
        export KDE4_PREFIX="%p" KDE4_TYPE="%type_pkg[kde]"
        . %p/sbin/kde4-buildenv.sh
-
+       
+       # carp when libraries are missing
+       export LDFLAGS="$LDFLAGS -Wl,-undefined,error"
+       
        # R packaging is confusing, as is kdeedu's check for it. Just
        # point to the chosen version's actual files and get on with
        # out life already

Index: kdeedu4-x11.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde/kdeedu4-x11.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kdeedu4-x11.info    3 May 2012 00:16:10 -0000       1.1
+++ kdeedu4-x11.info    2 Feb 2013 18:11:22 -0000       1.2
@@ -85,6 +85,9 @@
        perl -pi -e 's/(libspectre)/DO_NOT_DETECT_$1/' 
cmake/modules/FindLibSpectre.cmake
        perl -pi -e 's/(facile.a)/DO_NOT_DETECT_$1/' 
cmake/modules/FindLibfacile.cmake
        perl -pi -e 's/(libqalculate)/DO_NOT_DETECT_$1/' 
cmake/modules/FindQalculate.cmake
+
+       # gfortran not really needed for cantor?
+       perl -pi -e 's/(SET.*)gfortran/\1/' cmake/modules/FindR.cmake
 <<
 
 SetMAKEFLAGS: -j1
@@ -94,7 +97,10 @@
 
        export KDE4_PREFIX="%p" KDE4_TYPE="%type_pkg[kde]"
        . %p/sbin/kde4-buildenv.sh
-
+       
+       # carp when libraries are missing
+       export LDFLAGS="$LDFLAGS -Wl,-undefined,error"
+       
        # R packaging is confusing, as is kdeedu's check for it. Just
        # point to the chosen version's actual files and get on with
        # out life already


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to