mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
bd7d1808e5
Submitted by: maintainer
12 lines
360 B
Plaintext
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
|