svn commit: r365003 - head/devel/elfsh/files
Adam Weinberger
adamw at FreeBSD.org
Fri Aug 15 17:04:42 UTC 2014
Author: adamw
Date: Fri Aug 15 17:04:41 2014
New Revision: 365003
URL: http://svnweb.freebsd.org/changeset/ports/365003
QAT: https://qat.redports.org/buildarchive/r365003/
Log:
Fix build on -current.
Modified:
head/devel/elfsh/files/patch-vm__Makefile
Modified: head/devel/elfsh/files/patch-vm__Makefile
==============================================================================
--- head/devel/elfsh/files/patch-vm__Makefile Fri Aug 15 17:03:28 2014 (r365002)
+++ head/devel/elfsh/files/patch-vm__Makefile Fri Aug 15 17:04:41 2014 (r365003)
@@ -1,5 +1,5 @@
---- vm/Makefile.orig 2003-08-21 09:23:17.000000000 +0800
-+++ vm/Makefile 2011-10-03 16:34:23.000000000 +0800
+--- vm/Makefile.orig 2003-08-20 21:23:17.000000000 -0400
++++ vm/Makefile 2014-08-15 13:03:43.000000000 -0400
@@ -19,8 +19,8 @@
#LDASMOPT = -lasm
@@ -11,7 +11,7 @@
# End of configurable Makefile
-@@ -36,11 +36,11 @@ SRC = grammar.c disasm.c dyn.c hdr.c m
+@@ -36,15 +36,15 @@
OBJ = $(SRC:.c=.o)
SRC_DYN = elfsh_etdyn.c
OBJ_DYN = $(SRC_DYN:.c=.o)
@@ -25,3 +25,8 @@
-I../libhash/include/ -I../libelfsh/include/ \
-DELFSH_INTERN $(DLOPT) $(ASMOPT) $(READLNOPT)
+-LDFLAGS = -L../libelfsh/ -lelfsh -L../libhash/ -lhashelfsh \
++LDFLAGS += -L../libelfsh/ -lelfsh -L../libhash/ -lhashelfsh \
+ -rdynamic -g3 $(LDASMOPT) $(LDREADLNOPT) $(DLOPT)\
+ $(EXTRAOPT)
+
More information about the svn-ports-head
mailing list