mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Remove redundant patchfile. patch-ARK+Makefile is the real one.
Submitted by: FreshPorts testing via Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
parent
63157dad83
commit
0a072e6e9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102965
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user