opnsense-ports/comms/geoid/files/patch-makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 lines
469 B
Text

--- makefile.orig Fri Dec 15 14:36:15 2006
+++ makefile Tue Mar 20 21:15:16 2007
@@ -5,7 +5,7 @@
#----------------------------------------------------------------------------------
#
-CFLAGS = `fltk-config --cxxflags` -Wall -g0 -O2 -fexceptions
+CFLAGS += `fltk-config --cxxflags` -Wall -g0
LIBS = -lfltk_images -ljpeg -lpng
@@ -13,7 +13,6 @@
OBJECT =
-CXX = g++
# ----------------------------------------------------------------------------------