mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
13 lines
365 B
Text
13 lines
365 B
Text
--- libhash/Makefile.orig 2003-08-21 01:11:03 UTC
|
|
+++ libhash/Makefile
|
|
@@ -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
|