[rkward-cvs] SF.net SVN: rkward: [2219] branches/KDE4_port/debian

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Nov 14 13:12:39 UTC 2007


Revision: 2219
          http://rkward.svn.sourceforge.net/rkward/?rev=2219&view=rev
Author:   tfry
Date:     2007-11-14 05:12:38 -0800 (Wed, 14 Nov 2007)

Log Message:
-----------
Merge 2218 from trunk

Modified Paths:
--------------
    branches/KDE4_port/debian/changelog
    branches/KDE4_port/debian/rules

Modified: branches/KDE4_port/debian/changelog
===================================================================
--- branches/KDE4_port/debian/changelog	2007-11-14 13:08:13 UTC (rev 2218)
+++ branches/KDE4_port/debian/changelog	2007-11-14 13:12:38 UTC (rev 2219)
@@ -1,3 +1,9 @@
+rkward (0.4.8a-2) unstable; urgency=low
+
+  * quote the R CMD config calls, as they may also contain compiler arguments (thanks to Meik Michalke for a patch)
+
+ -- Thomas Friedrichsmeier <tfry at users.sourceforge.net>  Thu, 14 Nov 2007 13:30:00 +0200
+
 rkward (0.4.8a-1) unstable; urgency=low
 
   * new upstream release

Modified: branches/KDE4_port/debian/rules
===================================================================
--- branches/KDE4_port/debian/rules	2007-11-14 13:08:13 UTC (rev 2218)
+++ branches/KDE4_port/debian/rules	2007-11-14 13:12:38 UTC (rev 2219)
@@ -26,9 +26,9 @@
 
 	# Some installations of R need a specific version of the compiler(s)
 	# R CMD config provides info on which compiler to use
-	export F77=`/usr/bin/R CMD config F77` ; \
-	export CC=`/usr/bin/R CMD config CC` ; \
-	export CXX=`/usr/bin/R CMD config CXX` ; \
+	export F77="`/usr/bin/R CMD config F77`" ; \
+	export CC="`/usr/bin/R CMD config CC`" ; \
+	export CXX="`/usr/bin/R CMD config CXX`" ; \
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath --with-r-home=/usr/lib/R --with-r-libdir=/usr/lib/R/site-library/
 
 build: build-stamp


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list