summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-03-05 02:32:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-03-05 02:32:04 +0000
commit0a072e6e9a5f54e91fc8ea521d3efa0b4db01d5c (patch)
tree813574a52433f8f49f8f6fd0aa1ef1e8533001e0 /graphics
parentAdd a port of rpm 4.0.4: (diff)
Remove redundant patchfile. patch-ARK+Makefile is the real one.
Submitted by: FreshPorts testing via Pedro F. Giffuni <giffunip@asme.org>
Notes
Notes: svn path=/head/; revision=102965
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 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
-