summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2012-08-19 15:10:52 +0000
committerRick Farina <zerochaos@gentoo.org>2012-08-19 15:10:52 +0000
commitdd9e3caf3a16758495551bdc157ac31ea6745174 (patch)
treecee15c040f3a67e499bc8090e521456a21691c6b /net-wireless/kismet-ubertooth
parentalpha/ia64/sparc stable wrt #428584 (diff)
downloadgentoo-2-dd9e3caf3a16758495551bdc157ac31ea6745174.tar.gz
gentoo-2-dd9e3caf3a16758495551bdc157ac31ea6745174.tar.bz2
gentoo-2-dd9e3caf3a16758495551bdc157ac31ea6745174.zip
broke stable when backporting cflags fix, see bug 429820
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/kismet-ubertooth')
-rw-r--r--net-wireless/kismet-ubertooth/ChangeLog6
-rw-r--r--net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/net-wireless/kismet-ubertooth/ChangeLog b/net-wireless/kismet-ubertooth/ChangeLog
index f92f3a39d8c4..2e9b2e79ede6 100644
--- a/net-wireless/kismet-ubertooth/ChangeLog
+++ b/net-wireless/kismet-ubertooth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-wireless/kismet-ubertooth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet-ubertooth/ChangeLog,v 1.5 2012/07/28 09:30:45 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet-ubertooth/ChangeLog,v 1.6 2012/08/19 15:10:52 zerochaos Exp $
+
+ 19 Aug 2012; Rick Farina <zerochaos@gentoo.org>
+ files/kismet-ubertooth-0.0_p534-respect-cflags.patch:
+ broke stable when backporting cflags fix, see bug 429820
28 Jul 2012; Rick Farina <zerochaos@gentoo.org>
kismet-ubertooth-0.0_p534.ebuild, kismet-ubertooth-9999.ebuild:
diff --git a/net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch b/net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch
index c294c3d79c59..e51cacf94854 100644
--- a/net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch
+++ b/net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch
@@ -6,7 +6,7 @@
PLUGINLDFLAGS += -shared -rdynamic
-LIBS += -lstdc++ -lusb-1.0 -lpthread -lbtbb
-CFLAGS ?= $(CFLAGS) $(CPPFLAGS)
-+LIBS += -lstdc++ -lusb-1.0 -lpthread -lbtbb -lubertooth
++LIBS += -lstdc++ -lusb-1.0 -lpthread -lbtbb
CFLAGS += -I$(KIS_INC_DIR) -I$(RXTX_INC_DIR) -g -fPIC
+CXXFLAGS += -I$(KIS_INC_DIR) -I$(RXTX_INC_DIR) -g -fPIC