aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-04-08 15:14:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-04-08 15:14:44 +0000
commit8d7e99571b06de14e13764258f99eadd80968dce (patch)
treecf007ec66a1fb07e60759b02f26458f243986d71 /lang/gnustep-base
parentf913a968675afe4f2e1c0621ed0709d95ddfb5da (diff)
downloadports-8d7e99571b06de14e13764258f99eadd80968dce.tar.gz
ports-8d7e99571b06de14e13764258f99eadd80968dce.zip
- cleanup after gcc updates
no hacks for ldconfig needed
Notes
Notes: svn path=/head/; revision=159130
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile7
-rw-r--r--lang/gnustep-base/files/GNUstep.sh1
2 files changed, 1 insertions, 7 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 0b7630c64e7c..383cd5a17e1a 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -58,11 +58,6 @@ EXTRA_PATCHES+= ${FILESDIR}/NSFileManager.m.patch
PATH:= ${PREFIX}/System/Tools:${PATH}
-.if !defined(GNUSTEP_WITH_BASE_GCC)
-pre-configure:
- ${LDCONFIG} -m ${TARGLIB}
-.endif
-
post-build:
.for i in ${MAKE_APPS}
(cd ${WRKSRC}/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \
@@ -71,7 +66,7 @@ post-build:
post-extract:
@${SED} -e "s=%%PREFIX%%=${LOCALBASE}=" \
- -e "s=%%TARGLIB%%=${TARGLIB}=" ${FILESDIR}/GNUstep.sh \
+ ${FILESDIR}/GNUstep.sh \
> ${WRKSRC}/GNUstep.sh
post-install:
diff --git a/lang/gnustep-base/files/GNUstep.sh b/lang/gnustep-base/files/GNUstep.sh
index 7ecd9905c4fc..6c9eaccb8736 100644
--- a/lang/gnustep-base/files/GNUstep.sh
+++ b/lang/gnustep-base/files/GNUstep.sh
@@ -8,7 +8,6 @@ GNUSTEP_SYSTEM_ROOT="${PREFIX}/GNUstep/System"
case "$1" in
start)
if [ -e ${GNUSTEP_SYSTEM_ROOT}/Library/Makefiles/GNUstep.sh ]; then
- ldconfig -m %%TARGLIB%%
. ${GNUSTEP_SYSTEM_ROOT}/Library/Makefiles/GNUstep.sh
rm -f ${PIDFILE}
opentool gdomap -a ${IFFILE} -I ${PIDFILE}