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
344 B
Plaintext
12 lines
344 B
Plaintext
--- cider/common/util/skeleton/make_def.bd.orig Sat Mar 12 13:05:44 1994
|
|
+++ cider/common/util/skeleton/make_def.bd Sun Dec 26 17:17:16 1999
|
|
@@ -76,7 +76,7 @@
|
|
|
|
LIBRARIES = dev input oned twod spiceitf support
|
|
|
|
-CFLAGS = $(REAL_CC_OPT) $(SYS_CFLAGS)
|
|
+REAL_CFLAGS = $(REAL_CC_OPT) $(SYS_CFLAGS)
|
|
|
|
LIBRARY_HACK = $(OBJLIB_DIR)/$(LIBRARY).a
|
|
|