From 0a072e6e9a5f54e91fc8ea521d3efa0b4db01d5c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 5 Mar 2004 02:32:04 +0000 Subject: [PATCH] Remove redundant patchfile. patch-ARK+Makefile is the real one. Submitted by: FreshPorts testing via Pedro F. Giffuni --- graphics/robot/files/ARK+Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 graphics/robot/files/ARK+Makefile diff --git a/graphics/robot/files/ARK+Makefile b/graphics/robot/files/ARK+Makefile deleted file mode 100644 index 3826237b26c2..000000000000 --- a/graphics/robot/files/ARK+Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- ARK/Makefile.orig Fri Oct 10 15:12:44 2003 -+++ ARK/Makefile Sat Oct 11 13:04:21 2003 -@@ -1,12 +1,12 @@ - #CC = gcc -ansi --CC = gcc -+CC ?= cc - #CC = cc --FC = f77 -+FC ?= f77 - #FC = g77 - - INCLUDE = ${OPENWINHOME}/include - #CFLAGS = -Wall --CFLAGS = -O -+#CFLAGS += -O - #CFLAGS = -g - - -@@ -15,7 +15,8 @@ - all: arkcplot.o ARKfort.o libark.a Makefile - - arkcplot.o: arkcplot.c kana.h kana2.h -- $(CC) -c $(CFLAGS) arkcplot.c -I$(INCLUDE) $(OS) -DLPR=\"$(LPR)\" -+ $(CC) -c $(CFLAGS) -I$(INCLUDE) $(OS) -DLPR=\"$(LPR)\" arkcplot.c -+ - ARKfort.o: ARKfort.f axecom comfil typecom - $(FC) -c $(CFLAGS) ARKfort.f -