aboutsummaryrefslogtreecommitdiffstats
path: root/comms/linrad/files/patch-configure
diff options
context:
space:
mode:
authorStephen Hurd <shurd@FreeBSD.org>2014-07-01 18:28:17 +0000
committerStephen Hurd <shurd@FreeBSD.org>2014-07-01 18:28:17 +0000
commit8110f34eff27f2b0e44797d0a4a02bc7d1ba1011 (patch)
tree7ac29b54fb2ecd21f0e2d1c83ebf8b4ddb08f988 /comms/linrad/files/patch-configure
parent3c32c2b6333b34bb6b6186b5a6c993539fc23c89 (diff)
STAGEify and update to 4.00
Portaudio support Improved AGC Voice squelch Spur removal Support for the rtlsdr library Reviewed by: db, skreuzer Approved by: db, skreuzer (mentors)
Diffstat (limited to 'comms/linrad/files/patch-configure')
-rw-r--r--comms/linrad/files/patch-configure34
1 files changed, 34 insertions, 0 deletions
diff --git a/comms/linrad/files/patch-configure b/comms/linrad/files/patch-configure
new file mode 100644
index 000000000000..2a09cc92cc79
--- /dev/null
+++ b/comms/linrad/files/patch-configure
@@ -0,0 +1,34 @@
+--- configure.orig 2014-03-21 16:56:05.000000000 -0700
++++ configure 2014-06-27 20:23:16.000000000 -0700
+@@ -1883,11 +1883,6 @@
+ ELF32=""
+ ELF64=""
+ if test ${OS} != "Darwin"; then
+- ldconfig /lib32 /lib64 /usr/lib32 /usr/lib64 /usr/lib32/lib /usr/local/lib \
+- /usr/local32/lib /emul/ia32-linux/lib /emul/ia32-linux/usr/lib /usr/X11/lib \
+- /usr/PCBSD/local/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu \
+- /usr/X11R6/lib /opt/local/lib /usr/lib/arm-linux-gnueabihf \
+- /usr/local/lib64
+ ELF64="-felf64"
+ LIBEXT="so"
+ S_OS_TYPE="OS_LINUX"
+@@ -1904,7 +1899,9 @@
+ fi
+
+ # Find out whether we have gcc
+-CC=gcc
++if test "${CC}" = ""; then
++ CC=gcc
++fi
+ # Extract the first word of "${CC} ", so it can be a program name with args.
+ set dummy ${CC} ; ac_word=$2
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+@@ -4318,7 +4315,7 @@
+ # Look for the libusb-1.0 package that we need for Perseus.
+ LIBUSB1_32_OK="0"
+ LIBUSB1_64_OK="0"
+-X=`./libfind1 libusb-1.0.${LIBEXT}`
++X=`./libfind1 libusb.${LIBEXT}`
+ LIBUSB1_32_INC=`./libfind2 1 "$X"`
+ LIBUSB1_64_INC=`./libfind2 2 "$X"`
+ Y=`./libfind2 0 "$X"`