aboutsummaryrefslogtreecommitdiff
path: root/devel/elfsh/files/patch-libelfsh::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/elfsh/files/patch-libelfsh::Makefile')
-rw-r--r--devel/elfsh/files/patch-libelfsh::Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/elfsh/files/patch-libelfsh::Makefile b/devel/elfsh/files/patch-libelfsh::Makefile
index 4b85e869bd57..d4fbc43b566b 100644
--- a/devel/elfsh/files/patch-libelfsh::Makefile
+++ b/devel/elfsh/files/patch-libelfsh::Makefile
@@ -1,7 +1,11 @@
---- libelfsh/Makefile Wed Aug 13 16:31:55 2003
-+++ libelfsh/Makefile.patch Sat Aug 16 01:48:30 2003
-@@ -8,7 +8,7 @@
- CC = gcc
+--- libelfsh/Makefile.orig 2003-08-21 09:11:03.000000000 +0800
++++ libelfsh/Makefile 2011-10-03 16:33:33.000000000 +0800
+@@ -5,10 +5,10 @@
+ ## Last update Tue Jun 3 09:30:50 2003 mayhem
+ ##
+
+-CC = gcc
++CC ?= gcc
RM = rm -f
AR = ar rc
-CFLAGS = -rdynamic -Iinclude -Wall -fPIC -g3 -O2 -DELFSH_INTERN