mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
* Respect CFLAGS. * Make less use of __FreeBSD__. * Use more system-defined make variables. PR: 15746 Submitted by: maintainer
11 lines
344 B
Text
11 lines
344 B
Text
--- 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
|
|
|