diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 21:32:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 21:32:14 +0000 |
commit | d38479ecaa8e529ea864064d910306a0d9e69615 (patch) | |
tree | 472d06677d7ff6f3e643981f56ddf63a3601282a /cad/cider/files/patch-al | |
parent | * Removed dependancy to gmake (diff) |
* Do not set NO_WRKSUBDIR to yes. Specify WRKSRC.
* Respect CFLAGS.
* Make less use of __FreeBSD__.
* Use more system-defined make variables.
PR: 15746
Submitted by: maintainer
Diffstat (limited to 'cad/cider/files/patch-al')
-rw-r--r-- | cad/cider/files/patch-al | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/cider/files/patch-al b/cad/cider/files/patch-al new file mode 100644 index 000000000000..382469373646 --- /dev/null +++ b/cad/cider/files/patch-al @@ -0,0 +1,11 @@ +--- spice/common/util/makelib.sh.orig Sat Jan 29 19:16:27 1994 ++++ spice/common/util/makelib.sh Sun Dec 26 18:12:42 1999 +@@ -35,7 +35,7 @@ + cat >> makedefs <<ENDOFMAKEDEFSX + + INCLUDE = -I$(INCLUDE_DIR) $(INCX) +-CFLAGS = $(CC_OPT) $(SYS_CFLAGS) $(INTERFACE_OPTS) ++REAL_CFLAGS = $(CC_OPT) $(SYS_CFLAGS) $(INTERFACE_OPTS) + CONF_DEP_EXTRA = $(CONF_XCC) + ENDOFMAKEDEFSX + fi |