mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d38479ecaa
* Respect CFLAGS. * Make less use of __FreeBSD__. * Use more system-defined make variables. PR: 15746 Submitted by: maintainer
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
--- spice/common/util/skeleton/make_std.bd.orig Sat Jan 29 19:16:16 1994
|
|
+++ spice/common/util/skeleton/make_std.bd Sun Dec 26 17:19:39 1999
|
|
@@ -23,7 +23,7 @@
|
|
DIR="$${DIR}"
|
|
|
|
.c.o:
|
|
- $(CC) $(CFLAGS) $(INCLUDE) -c $(SRC_DIR)/$*.c $(OUTPUT) $(ASM_HACK)
|
|
+ $(CC) $(REAL_CFLAGS) $(INCLUDE) -c $(SRC_DIR)/$*.c $(OUTPUT) $(ASM_HACK)
|
|
|
|
bootstrap: always
|
|
-@if test "x$(DIR)" = "xsrc/"; then \
|