freebsd-ports/devel/elfsh/files/patch-libhash::Makefile
Joe Marcus Clarke bd7d1808e5 Update to 0.51b2.
Submitted by:	maintainer
2003-08-16 06:06:14 +00:00

11 lines
360 B
Text

--- libhash/Makefile Wed Aug 13 16:31:55 2003
+++ libhash/Makefile.patch Sat Aug 16 01:52:22 2003
@@ -7,7 +7,7 @@
SRC = hash.c
OBJ = hash.o
-CFLAGS = -Wall -g3 -Iinclude -I../libelfsh/include/ -I../elfsh/include/ -DELFSH_INTERN
+CFLAGS += -Wall -g3 -Iinclude -I../libelfsh/include/ -I../elfsh/include/ -DELFSH_INTERN
CC = gcc
AR = ar rc
RANLIB = ranlib