1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Apply patch to let the Makefile in freenet6 honour the CC/CFLAGS

Patch is also submitted to the original authors.

PR:		ports/44375
Submitted by:	Volker Stolz <vs@foldr.org>
Reviewed by:	kris@freebsd.org
This commit is contained in:
Edwin Groothuis 2002-10-25 08:24:43 +00:00
parent 3e0b227d06
commit 4e0a8fc3c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68788

View File

@ -1,5 +1,14 @@
--- src/Makefile.orig Sat Sep 8 01:52:26 2001
+++ src/Makefile Thu Oct 11 13:01:53 2001
--- src/Makefile.orig Thu Dec 6 06:06:55 2001
+++ src/Makefile Tue Oct 22 22:50:38 2002
@@ -11,7 +11,7 @@
INC=.
BIN=../bin
-CC=gcc -g -I$(INC) -Wall
+CC+=$(CFLAGS) -g -I$(INC) -Wall
pre-clean:
@if [ -f $(BIN)/tspc.conf ]; then rm -f $(BIN)/tspc.conf; fi
@@ -22,7 +22,7 @@
@echo Installing tspc
mkdir -p $(install_bin)