1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
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

12 lines
360 B
Plaintext

--- 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