1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/comms/linrad/files/patch-libfind1.c
Stephen Hurd 8110f34eff 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)
2014-07-01 18:28:17 +00:00

14 lines
464 B
C

--- libfind1.c.orig 2014-03-20 18:05:17.000000000 -0700
+++ libfind1.c 2014-06-27 21:45:49.000000000 -0700
@@ -38,7 +38,9 @@
"/usr/lib64/lib",
"/usr/lib32",
"/usr/lib64",
- "/usr/local/lib",
+ "%%LOCALBASE%%lib",
+ "%%LOCALBASE%%lib/portaudio2",
+ "%%LOCALBASE%%lib32",
"/usr/local/lib64",
"/usr/local32/lib",
"/usr/lib",