summaryrefslogtreecommitdiff
path: root/graphics/robot/files/patch-Fitsio+Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/robot/files/patch-Fitsio+Makefile')
-rw-r--r--graphics/robot/files/patch-Fitsio+Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/robot/files/patch-Fitsio+Makefile b/graphics/robot/files/patch-Fitsio+Makefile
deleted file mode 100644
index 1198bc6ebdbc..000000000000
--- a/graphics/robot/files/patch-Fitsio+Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Fitsio/Makefile Thu Jan 18 06:24:27 2007
-+++ Fitsio/Makefile Thu Jan 18 06:24:17 2007
-@@ -24,7 +24,7 @@
- # default: FC=f77
- # Cray supercomputers: FC=cf77
- #
--FC=f77
-+#FC=f77
- #FC=f77
- #
- # 3. DEFINE COMPILER FLAGS:
-@@ -35,7 +35,7 @@
- # IBM AIX xlf Fortran: FFLAGS= -O -u -qcharlen=2880
- # HP-UX series: FFLAGS= -O -u +E5 +U77
- #
--FFLAGS=-O -u
-+#FFLAGS=-O -u
- #
- # 4. DEFINE RANLIB (some machines don't use RANLIB so set it equal to 'touch')
- #------------------