diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-06-24 16:24:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-06-24 16:24:39 +0000 |
commit | c3d379c79dfa7d0be4b9319f8541cab6f102b1f5 (patch) | |
tree | b9707c43de2bc30a5cf389528690530d61498904 | |
parent | 79529b961a4e62a83994c6d3aa6232c036827306 (diff) |
- remove LDCONFIG_GCC workaround
Notes
Notes:
svn path=/head/; revision=166206
-rw-r--r-- | lang/gnustep-base/Makefile | 7 | ||||
-rw-r--r-- | lang/gnustep-base/files/GNUstep.sh | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 5ed83d417785..4acc9c4883c4 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -59,13 +59,6 @@ EXTRA_PATCHES+= ${FILESDIR}/NSFileManager.m.patch PATH:= ${PREFIX}/System/Tools:${PATH} -.if defined(GNUSTEP_WITH_BASE_GCC) -LDCONFIG_GCC= -.else -GCCSH!= (cd ${PORTSDIR}/${GNUSTEP_GCC_PORT} && make -V RC_D_SH) -LDCONFIG_GCC= ${LOCALBASE}/${GCCSH} -.endif - post-build: .for i in ${MAKE_APPS} (cd ${WRKSRC}/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \ diff --git a/lang/gnustep-base/files/GNUstep.sh b/lang/gnustep-base/files/GNUstep.sh index 2d749beba400..6c9eaccb8736 100644 --- a/lang/gnustep-base/files/GNUstep.sh +++ b/lang/gnustep-base/files/GNUstep.sh @@ -7,7 +7,6 @@ GNUSTEP_SYSTEM_ROOT="${PREFIX}/GNUstep/System" case "$1" in start) - %%LDCONFIG_GCC%% if [ -e ${GNUSTEP_SYSTEM_ROOT}/Library/Makefiles/GNUstep.sh ]; then . ${GNUSTEP_SYSTEM_ROOT}/Library/Makefiles/GNUstep.sh rm -f ${PIDFILE} |