1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/cad/cider/files/patch-ba
Steve Price d38479ecaa * 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
1999-12-29 21:32:14 +00:00

40 lines
1.3 KiB
Plaintext

*** cider/common/conf/defaults.orig Sat Jan 29 19:21:15 1994
--- cider/common/conf/defaults Sun Dec 12 14:14:43 1999
***************
*** 99,115 ****
# identified as and SYSTEM is the name of the per-system definitions
# file listed in the "build" command.
! SIM_DIR = $(TOP2)
! SPICE_DIR = $(SIM_DIR)/spice/$(SYSTEM)
! CIDER_DIR = $(SIM_DIR)/cider/$(SYSTEM)
! SPICE_LIB_DIR = $(SPICE_DIR)/lib
! CIDER_LIB_DIR = $(SPICE_DIR)/lib
SPICE_EXEC_DIR = $(SPICE_DIR)/bin
CIDER_EXEC_DIR = $(CIDER_DIR)/bin
S_CIDER_DIR = $(CIDER_DIR)
S_SPICE_DIR = $(SPICE_DIR)
! S_CIDER_LIB_DIR = $(S_SPICE_DIR)/lib
S_CIDER_EXEC_DIR= $(S_CIDER_DIR)/bin
# INSTALL_DIRS lists the directories that need to be created before
--- 99,115 ----
# identified as and SYSTEM is the name of the per-system definitions
# file listed in the "build" command.
! SIM_DIR = ${PREFIX}
! SPICE_DIR = $(SIM_DIR)
! CIDER_DIR = $(SIM_DIR)
! SPICE_LIB_DIR = $(SPICE_DIR)/share/spice3
! CIDER_LIB_DIR = $(SPICE_DIR)/share/cider
SPICE_EXEC_DIR = $(SPICE_DIR)/bin
CIDER_EXEC_DIR = $(CIDER_DIR)/bin
S_CIDER_DIR = $(CIDER_DIR)
S_SPICE_DIR = $(SPICE_DIR)
! S_CIDER_LIB_DIR = $(S_SPICE_DIR)/share/cider
S_CIDER_EXEC_DIR= $(S_CIDER_DIR)/bin
# INSTALL_DIRS lists the directories that need to be created before