summaryrefslogtreecommitdiff
path: root/devel/elfsh/files/patch-vm::Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-24 21:43:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-24 21:43:04 +0000
commit53fe5bc45c72b5d25f18502d786bee47d77edb4f (patch)
treeab854daf32e840342e30953b40f48b8c27366db2 /devel/elfsh/files/patch-vm::Makefile
parentUpdate to DAT 4295 (diff)
Update to 0.51b3.
PR: 57115 Submitted by: Simon Barner <barner@in.tum.de> (based on) Approved by: maintainer
Notes
Notes: svn path=/head/; revision=89273
Diffstat (limited to '')
-rw-r--r--devel/elfsh/files/patch-vm::Makefile29
1 files changed, 10 insertions, 19 deletions
diff --git a/devel/elfsh/files/patch-vm::Makefile b/devel/elfsh/files/patch-vm::Makefile
index 9ba55340f34d..78da8d9c6f4e 100644
--- a/devel/elfsh/files/patch-vm::Makefile
+++ b/devel/elfsh/files/patch-vm::Makefile
@@ -1,16 +1,6 @@
---- vm/Makefile Fri Aug 15 17:58:34 2003
-+++ vm/Makefile.patch Sat Aug 16 02:26:48 2003
-@@ -19,9 +19,6 @@
- RM = rm -f
- NAME = elfsh
-
--DLOPT_freebsd4.4 =
--DLOPT_linux-gnu = -ldl
--DLOPT_solaris = -ldl
- #EXTRAOPT = -lefence
-
- # Uncomment that to use libasm
-@@ -29,14 +26,14 @@
+--- vm/Makefile Thu Aug 21 04:23:17 2003
++++ vm/Makefile.patch Thu Sep 25 00:26:25 2003
+@@ -19,8 +19,8 @@
#LDASMOPT = -lasm
# Uncommant that to use libreadline
@@ -19,13 +9,14 @@
+READLNOPT = -DUSE_READLN
+LDREADLNOPT = -lreadline -ltermcap
+
+ # End of configurable Makefile
+@@ -40,7 +40,7 @@
+ RM = rm -f
+ NAME = elfsh
+
-CFLAGS = -rdynamic -fPIC -g3 -O2 -Wall -Iinclude \
+CFLAGS += -rdynamic -fPIC -g3 -Wall -Iinclude \
-I../libhash/include/ -I../libelfsh/include/ \
- -DELFSH_INTERN $(ASMOPT) $(READLNOPT)
- LDFLAGS = -L../libelfsh/ -lelfsh -L../libhash/ -lhashelfsh \
-- -rdynamic -g3 -ldl $(LDASMOPT) $(LDREADLNOPT) \
-+ -rdynamic -g3 $(LDASMOPT) $(LDREADLNOPT) \
- $(EXTRAOPT)
-
+ -DELFSH_INTERN $(DLOPT) $(ASMOPT) $(READLNOPT)