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
426 B
Plaintext
12 lines
426 B
Plaintext
--- spice/common/src/lib/fte/makedefs.orig Mon Jan 31 00:52:12 1994
|
|
+++ spice/common/src/lib/fte/makedefs Sun Dec 26 18:09:57 1999
|
|
@@ -28,7 +28,7 @@
|
|
LIB_TARGET = $(OBJLIB_DIR)/$(LIBRARY).a
|
|
|
|
INCLUDE = -I$(INCLUDE_DIR) -I$(TCGMSG_DIR)/include $(INCX)
|
|
-CFLAGS = $(CC_OPT) $(SYS_CFLAGS) $(INTERFACE_OPTS)
|
|
+REAL_CFLAGS = $(CC_OPT) $(SYS_CFLAGS) $(INTERFACE_OPTS)
|
|
CONF_DEP_EXTRA = $(CONF_XCC)
|
|
agraf.o: agraf.c
|
|
arg.o: arg.c
|