[haiku-commits] r35338 - haiku/trunk/src/bin/hid_decode

  • From: mmlr@xxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 30 Jan 2010 02:37:04 +0100 (CET)

Author: mmlr
Date: 2010-01-30 02:37:04 +0100 (Sat, 30 Jan 2010)
New Revision: 35338
Changeset: http://dev.haiku-os.org/changeset/35338/haiku

Modified:
   haiku/trunk/src/bin/hid_decode/Jamfile
Log:
Fix hid_decode build on GCC4. Spotted by Johannes Wischert, thanks!


Modified: haiku/trunk/src/bin/hid_decode/Jamfile
===================================================================
--- haiku/trunk/src/bin/hid_decode/Jamfile      2010-01-29 23:31:10 UTC (rev 
35337)
+++ haiku/trunk/src/bin/hid_decode/Jamfile      2010-01-30 01:37:04 UTC (rev 
35338)
@@ -16,7 +16,7 @@
        HIDReportItem.cpp
 
        hid_decode.cpp
-       : be
+       : be $(TARGET_LIBSUPC++)
 ;
 
 SEARCH on [ FGristFiles HIDCollection.cpp HIDParser.cpp HIDReport.cpp


Other related posts:

  • » [haiku-commits] r35338 - haiku/trunk/src/bin/hid_decode - mmlr