ports/security/ADMsmb/files/patch-Makefile
Alexey Dokuchaev f683aceac0 - Unbreak parallel (-jX) builds (have to use GNU make)
- Respect CC and CFLAGS in a less intrusive way
- Minor cleanups; remove dead WWW link from pkg-descr
2013-07-31 08:33:56 +00:00

11 lines
271 B
Plaintext

--- Makefile.orig Tue Oct 3 19:42:32 2006
+++ Makefile Tue Oct 3 19:43:32 2006
@@ -108,6 +108,7 @@
@$(SHELL) $(srcdir)checkos.sh $(FLAGSM)
@echo "Using CFLAGS = $(CFLAGS)"
@echo "Using LIBS = $(LIBS)"
+ @echo "Using CC = $(CC)"
.SUFFIXES:
.SUFFIXES: .c .o .h