summaryrefslogtreecommitdiff
path: root/devel/elfsh/files/patch-libhash__Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /devel/elfsh/files/patch-libhash__Makefile
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'devel/elfsh/files/patch-libhash__Makefile')
-rw-r--r--devel/elfsh/files/patch-libhash__Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/elfsh/files/patch-libhash__Makefile b/devel/elfsh/files/patch-libhash__Makefile
new file mode 100644
index 000000000000..c928d0690ffd
--- /dev/null
+++ b/devel/elfsh/files/patch-libhash__Makefile
@@ -0,0 +1,13 @@
+--- libhash/Makefile.orig 2003-08-21 09:11:03.000000000 +0800
++++ libhash/Makefile 2011-10-03 16:33:58.000000000 +0800
+@@ -7,8 +7,8 @@
+
+ SRC = hash.c
+ OBJ = hash.o
+-CFLAGS = -Wall -g3 -Iinclude -I../libelfsh/include/ -I../elfsh/include/ -DELFSH_INTERN
+-CC = gcc
++CFLAGS += -Wall -g3 -Iinclude -I../libelfsh/include/ -I../elfsh/include/ -DELFSH_INTERN
++CC ?= gcc
+ AR = ar rc
+ RANLIB = ranlib
+ NAME = libhashelfsh