aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-03-05 10:32:04 +0800
committerlinimon <linimon@FreeBSD.org>2004-03-05 10:32:04 +0800
commitdb4d895499f18d61dcf083f9f7321ad8ae879cd5 (patch)
treeb0a104d85fdaaee4f2797c9116460bf7fddd4fc4 /graphics
parent6f6b221a69defbb31b264cbd480e7659ac94624e (diff)
downloadfreebsd-ports-graphics-db4d895499f18d61dcf083f9f7321ad8ae879cd5.tar.gz
freebsd-ports-graphics-db4d895499f18d61dcf083f9f7321ad8ae879cd5.tar.zst
freebsd-ports-graphics-db4d895499f18d61dcf083f9f7321ad8ae879cd5.zip
Remove redundant patchfile. patch-ARK+Makefile is the real one.
Submitted by: FreshPorts testing via Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/robot/files/ARK+Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/graphics/robot/files/ARK+Makefile b/graphics/robot/files/ARK+Makefile
deleted file mode 100644
index 3826237b26c..00000000000
--- 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
-