diff options
Diffstat (limited to 'math/mbasecalc/files/patch-Makefile')
-rw-r--r-- | math/mbasecalc/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/mbasecalc/files/patch-Makefile b/math/mbasecalc/files/patch-Makefile deleted file mode 100644 index 77468d9370f4..000000000000 --- a/math/mbasecalc/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ -diff -ru mbasecalc/Makefile mbasecalc.new/Makefile ---- Makefile Mon Jun 4 21:40:53 2001 -+++ Makefile Tue Jun 15 19:49:55 2004 -@@ -7,7 +7,7 @@ - CXX=g++ - DEFS= - PROGNAME= mbasecalc --INCLUDES= -I. -+INCLUDES+= -I. - LIBS= -L/usr/X11R6/lib -lfltk -lX11 - |