Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
469 B
Text
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++
|
|
|
|
# ----------------------------------------------------------------------------------
|
|
|