mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
3131bc5e55
- 1.342 includes bug fixes for memory leaks - vendor has improved support for FreeBSD so several patches can go.
20 lines
502 B
Plaintext
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
|