1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/cad/cider/files/patch-ak

12 lines
401 B
Plaintext
Raw Normal View History

--- 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 \