[Haiku-commits] r30979 - in haiku/trunk/src: apps/cdplayer bin/locale kits/bluetooth

stippi at mail.berlios.de stippi at mail.berlios.de
Sat Jun 6 12:35:26 CEST 2009


Author: stippi
Date: 2009-06-06 12:35:14 +0200 (Sat, 06 Jun 2009)
New Revision: 30979
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=30979&view=rev

Modified:
   haiku/trunk/src/apps/cdplayer/Jamfile
   haiku/trunk/src/bin/locale/Jamfile
   haiku/trunk/src/kits/bluetooth/Jamfile
Log:
Patch by Joe Prostko: Add linking to libstdc++ in some places, which is
necessary when compiling the code for example with -O1 or with the upcomming
GCC 4.4. Thanks a lot!


Modified: haiku/trunk/src/apps/cdplayer/Jamfile
===================================================================
--- haiku/trunk/src/apps/cdplayer/Jamfile	2009-06-05 23:21:53 UTC (rev 30978)
+++ haiku/trunk/src/apps/cdplayer/Jamfile	2009-06-06 10:35:14 UTC (rev 30979)
@@ -13,6 +13,7 @@
 	TwoStateDrawButton.cpp
 	VolumeSlider.cpp
 
-	: be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) translation textencoding 
+	: be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
+		translation textencoding
 	: CDPlayer.rdef
 ;

Modified: haiku/trunk/src/bin/locale/Jamfile
===================================================================
--- haiku/trunk/src/bin/locale/Jamfile	2009-06-05 23:21:53 UTC (rev 30978)
+++ haiku/trunk/src/bin/locale/Jamfile	2009-06-06 10:35:14 UTC (rev 30979)
@@ -6,6 +6,6 @@
 
 BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp : be liblocale.so ;
 
-BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so ;
+BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so $(TARGET_LIBSTDC++) ;
 
 BinCommand dumpcatalog : dumpcatalog.cpp : be liblocale.so ;

Modified: haiku/trunk/src/kits/bluetooth/Jamfile
===================================================================
--- haiku/trunk/src/kits/bluetooth/Jamfile	2009-06-05 23:21:53 UTC (rev 30978)
+++ haiku/trunk/src/kits/bluetooth/Jamfile	2009-06-06 10:35:14 UTC (rev 30979)
@@ -24,5 +24,5 @@
 	#UI
 	PincodeWindow.cpp
 	ConnectionIncoming.cpp
-	: be
+	: be $(TARGET_LIBSTDC++)
 ;




More information about the Haiku-commits mailing list