diff options
Diffstat (limited to 'comms/geoid/files/patch-makefile')
-rw-r--r-- | comms/geoid/files/patch-makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/comms/geoid/files/patch-makefile b/comms/geoid/files/patch-makefile deleted file mode 100644 index ad1daec8e83e..000000000000 --- a/comms/geoid/files/patch-makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- 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++ - - # ---------------------------------------------------------------------------------- - |