summaryrefslogtreecommitdiff
path: root/devel/elfsh
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-23 15:54:01 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-23 15:54:01 +0000
commitc39ed175aa2822ab318f3e817181b36e3b93e290 (patch)
tree38f097d7af2c5e58580ae7a8f3e8839fd4463c9d /devel/elfsh
parent* Set java/jdk14 as the default JDK. (diff)
Fix build on ia64.
Submitted by: marcel, MAINTAINER, bento (kris)
Notes
Notes: svn path=/head/; revision=83497
Diffstat (limited to 'devel/elfsh')
-rw-r--r--devel/elfsh/files/patch-elfsh::Makefile11
-rw-r--r--devel/elfsh/files/patch-libelfsh::Makefile11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/elfsh/files/patch-elfsh::Makefile b/devel/elfsh/files/patch-elfsh::Makefile
new file mode 100644
index 000000000000..6ec586d4501c
--- /dev/null
+++ b/devel/elfsh/files/patch-elfsh::Makefile
@@ -0,0 +1,11 @@
+--- elfsh/Makefile.orig Mon Jun 23 17:33:38 2003
++++ elfsh/Makefile Mon Jun 23 17:35:00 2003
+@@ -12,7 +12,7 @@
+ CC = gcc
+ NAME = elfsh
+ LDFLAGS = -L../libelfsh/ -lelfsh
+-CFLAGS = -Wall -Iinclude -I../libelfsh/include -g3 -O2
++CFLAGS += -Wall -Iinclude -I../libelfsh/include
+ RM = rm -f
+ NAME = elfsh
+
diff --git a/devel/elfsh/files/patch-libelfsh::Makefile b/devel/elfsh/files/patch-libelfsh::Makefile
new file mode 100644
index 000000000000..87cccf531c1d
--- /dev/null
+++ b/devel/elfsh/files/patch-libelfsh::Makefile
@@ -0,0 +1,11 @@
+--- libelfsh/Makefile.orig Mon Jun 23 17:36:25 2003
++++ libelfsh/Makefile Mon Jun 23 17:37:33 2003
+@@ -8,7 +8,7 @@
+ CC = gcc
+ RM = rm -f
+ AR = ar rc
+-CFLAGS = -Iinclude -Wall -g3 -O2
++CFLAGS += -Iinclude -Wall -fpic
+ SRC = dynamic.c dynsym.c elf.c fixup.c got.c hash.c \
+ interp.c pht.c plt.c section.c sht.c error.c \
+ stab.c symbol.c notes.c reloc.c functions.c \