summaryrefslogtreecommitdiff
path: root/math/rpc/files/patch-src::Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-16 12:10:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-16 12:10:17 +0000
commit51b1eb82e8b866f120c92adfc7b0598ed6dc644a (patch)
treeb0e8c0930caca24507f9e5cc3314863c756ab20d /math/rpc/files/patch-src::Makefile
parentRetire 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 '')
-rw-r--r--math/rpc/files/patch-src::Makefile12
1 files changed, 0 insertions, 12 deletions
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
-