1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/comms/fldigi/files/patch-makefile
Diane Bruce 3131bc5e55 - update to 1.342
- 1.342 includes bug fixes for memory leaks
- vendor has improved support for FreeBSD so several patches can go.
2007-09-25 22:31:04 +00:00

20 lines
502 B
Plaintext

--- makefile.orig Thu Apr 26 05:32:12 2007
+++ makefile Sun Sep 23 19:02:27 2007
@@ -23,14 +23,14 @@
endif
#PROJECT = fldigi
-CC = "/usr/bin/g++"
+CC = ${CXX}
OBJ_DIR = ./Objects
OUTPUT_DIR = ./Install
TARGET = fldigi
LIB_DIRS = -L"/usr/local/lib"
C_INCLUDE_DIRS = -I"src" -I"src/include"
-CCFLAGS = `fltk-config --cxxflags` -Wno-deprecated -ffast-math -Wall -O2 -fno-rtti -fexceptions
+CCFLAGS = `fltk-config --cxxflags`
HAMLIBS = -lhamlib
IMGLIBS = -lfltk_jpeg -lfltk_png -lfltk_z