diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-16 12:10:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-16 12:10:17 +0000 |
commit | 51b1eb82e8b866f120c92adfc7b0598ed6dc644a (patch) | |
tree | b0e8c0930caca24507f9e5cc3314863c756ab20d /math/rpc/files | |
parent | Retire ruby-sha1, which has been integrated into ruby's standard (diff) |
upgrade to 0.96
drop maintainership
Notes
Notes:
svn path=/head/; revision=46322
Diffstat (limited to 'math/rpc/files')
-rw-r--r-- | math/rpc/files/patch-Makefile | 23 | ||||
-rw-r--r-- | math/rpc/files/patch-src::Makefile | 12 |
2 files changed, 0 insertions, 35 deletions
diff --git a/math/rpc/files/patch-Makefile b/math/rpc/files/patch-Makefile deleted file mode 100644 index ec6a46677017..000000000000 --- a/math/rpc/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig Mon Jun 11 07:59:05 2001 -+++ Makefile Wed Jun 13 17:57:18 2001 -@@ -1,5 +1,5 @@ --CXXFLAGS = -c -O2 -Wall --LDFLAGS = -lm -lccm -lcurses -+CXXFLAGS += -c -+LDFLAGS = -lm -lccm -lcurses -L${LOCALBASE}/lib - - all: rpc - -@@ -7,10 +7,10 @@ - cd src; $(MAKE) - - install: -- cp -f src/rpc /usr/bin -+ cp -f src/rpc ${PREFIX}/bin - - uninstall: -- rm /usr/bin/rpc -+ rm ${PREFIX}/bin/rpc - - clean: - rm -f core src/rpc src/*.o src/*.co src/core diff --git a/math/rpc/files/patch-src::Makefile b/math/rpc/files/patch-src::Makefile deleted file mode 100644 index 40923f8b2870..000000000000 --- a/math/rpc/files/patch-src::Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Makefile.orig Mon Jun 11 10:14:48 2001 -+++ src/Makefile Wed Jun 13 17:59:04 2001 -@@ -1,6 +1,6 @@ --CXXFLAGS = -c -O2 -Wall --CFLAGS = -c -O2 -Wall --LDFLAGS = -lm -lccm -lcurses -+CXXFLAGS += -c -+CFLAGS += -c -I${LOCALBASE}/include -+LDFLAGS = -lm -lccm -lcurses -L${LOCALBASE}/lib - - all: rpc - |