freebsd-ports/comms/geoid/files/patch-makefile
Diane Bruce 5d56e046d8 Converts Lat / Lon to Maidenhead Grid Square and reverse
Computes range in kilometers and great circle bearing between
QTH and remote site specified by Lat/Lon or Maidenhead Grid Square
Computes range in kilometers and great circle bearing between QTH and
a site selected from a database list for all known callsign prefixes
and their geographic position.  Geographic position is by major city.
2007-12-23 21:08:45 +00: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++
# ----------------------------------------------------------------------------------