aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/spectools/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-14 11:38:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-14 11:38:53 +0000
commit0c78ae2751568683dcd94aae5d1f22d1dc0640d2 (patch)
treecdf2e15f591bcfe84e1223c598970793616f5f27 /net-mgmt/spectools/files
parent8e6aa850a691def049d701022f9e7a8201115a13 (diff)
downloadports-0c78ae2751568683dcd94aae5d1f22d1dc0640d2.tar.gz
ports-0c78ae2751568683dcd94aae5d1f22d1dc0640d2.zip
A set of open source tools for accessing the 2.4GHz Wi-Spy USB
spectrum analyzer by Metageek LLC, http://www.metageek.net/ WWW: http://www.kismetwireless.net/wispy.shtml PR: ports/106667 Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk>
Notes
Notes: svn path=/head/; revision=179732
Diffstat (limited to 'net-mgmt/spectools/files')
-rw-r--r--net-mgmt/spectools/files/patch-configure22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/spectools/files/patch-configure b/net-mgmt/spectools/files/patch-configure
new file mode 100644
index 000000000000..41b13addb85b
--- /dev/null
+++ b/net-mgmt/spectools/files/patch-configure
@@ -0,0 +1,22 @@
+--- configure.in.orig Sun Nov 19 18:04:52 2006
++++ configure.in Sun Nov 19 18:01:44 2006
+@@ -204,7 +204,7 @@
+ GTKLIBS="$LIBS"
+ LIBS="$olfl"
+
+- if test "$GTK2" == "yes"; then
++ if test "$GTK2" = "yes"; then
+ AC_DEFINE(HAVE_LIB_GTK2, 1, we have libgtk2.x)
+ else
+ AC_MSG_WARN(*** GTK1 being used. GTK2 is preferred and GTK1 support may vanish in future releases ***)
+--- configure.orig Sun Nov 19 18:04:45 2006
++++ configure Sun Nov 19 18:01:18 2006
+@@ -4185,7 +4185,7 @@
+ GTKLIBS="$LIBS"
+ LIBS="$olfl"
+
+- if test "$GTK2" == "yes"; then
++ if test "$GTK2" = "yes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+ #define HAVE_LIB_GTK2 1