mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
From change log: * New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A, DttSP UDP, TM-D710 * New rotator backends: * Celestron (telescope mount) * Fixes and features: K3, various other rigs * Update LGPL/GPL header boilerplate * Quell various compiler errors * Add CM108 PTT capability
20 lines
765 B
Text
20 lines
765 B
Text
--- src/Makefile.in.orig 2012-02-02 21:47:04.000000000 -0500
|
|
+++ src/Makefile.in 2012-02-03 15:12:35.000000000 -0500
|
|
@@ -104,7 +104,7 @@
|
|
libhamlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libhamlib_la_CFLAGS) \
|
|
$(CFLAGS) $(libhamlib_la_LDFLAGS) $(LDFLAGS) -o $@
|
|
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
|
|
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include -I/usr/local/include
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
am__mv = mv -f
|
|
@@ -194,7 +194,7 @@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBLTDL = @LIBLTDL@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = -L%%LOCALBASE%%/lib
|
|
LIBTOOL = @LIBTOOL@
|
|
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
|
|
LIBUSB_LIBS = @LIBUSB_LIBS@
|