diff options
Diffstat (limited to 'cad/chipmunk/files/patch-ap')
-rw-r--r-- | cad/chipmunk/files/patch-ap | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/cad/chipmunk/files/patch-ap b/cad/chipmunk/files/patch-ap deleted file mode 100644 index cfed53899c0a..000000000000 --- a/cad/chipmunk/files/patch-ap +++ /dev/null @@ -1,37 +0,0 @@ ---- util/sctomat/Makefile.orig Wed Mar 12 02:47:26 1997 -+++ util/sctomat/Makefile Sat May 18 13:14:35 2002 -@@ -5,7 +5,7 @@ - # - # sctomat makefile - --BINDIR= ../../bin -+BINDIR= ${PREFIX}/bin - - ## - ## (1) Choosing your compiler -@@ -32,7 +32,7 @@ - ## - - CHIPMUNKCC = gcc --CC = $(CHIPMUNKCC) -+CC ?= $(CHIPMUNKCC) - - ## - ## (2) Adding appropriate flags -@@ -76,13 +76,13 @@ - ## -m68040 : for 68040 and 68060 - ## - --CFLAGS = -+CFLAGS += -DBSD -DF_OK=0 - --scope_to_mat: savemat.o scope_to_mat.o -+all: savemat.o scope_to_mat.o - $(CC) savemat.o scope_to_mat.o -lm -o scope_to_mat - - install: scope_to_mat -- cp scope_to_mat $(BINDIR) -+ ${BSD_INSTALL_PROGRAM} scope_to_mat $(BINDIR) - - clean: - -rm -f *.o scope_to_mat |