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
427 B
Plaintext
12 lines
427 B
Plaintext
--- spice/common/util/skeleton/make_def.bd.orig Thu Feb 24 07:07:01 1994
|
|
+++ spice/common/util/skeleton/make_def.bd Sun Dec 26 17:19:32 1999
|
|
@@ -85,7 +85,7 @@
|
|
# LIBRARIES = ckt cp dev fte hlp inp mfb mfbpc misc ni smp sparse
|
|
LIBRARIES = dev ckt cp fte hlp inp $(MFBLIB) misc ni $(SPARSELIB)
|
|
|
|
-CFLAGS = $(REAL_CC_OPT) $(SYS_CFLAGS)
|
|
+REAL_CFLAGS = $(REAL_CC_OPT) $(SYS_CFLAGS)
|
|
|
|
LIBRARY_HACK = $(OBJLIB_DIR)/$(LIBRARY).a
|
|
|