diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-04-08 15:14:44 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-04-08 15:14:44 +0000 |
commit | db1f1527138afe8dc53f4899d3a97d5e2db0b39f (patch) | |
tree | 6e2023d537ddfc1f1d69297cb9da7410d7c73ccb /lang | |
parent | 9afc8b91b891a5da2e58e804ccdd95de70305dd1 (diff) | |
download | FreeBSD-ports-db1f1527138afe8dc53f4899d3a97d5e2db0b39f.zip FreeBSD-ports-db1f1527138afe8dc53f4899d3a97d5e2db0b39f.tar.gz |
- cleanup after gcc updates
no hacks for ldconfig needed
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 7 | ||||
-rw-r--r-- | lang/gnustep-base/files/GNUstep.sh | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 0b7630c..383cd5a 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 7ecd990..6c9eacc 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} |