diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-04-08 23:14:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-04-08 23:14:44 +0800 |
commit | db1f1527138afe8dc53f4899d3a97d5e2db0b39f (patch) | |
tree | 6e2023d537ddfc1f1d69297cb9da7410d7c73ccb /devel | |
parent | 9afc8b91b891a5da2e58e804ccdd95de70305dd1 (diff) | |
download | freebsd-ports-gnome-db1f1527138afe8dc53f4899d3a97d5e2db0b39f.tar.gz freebsd-ports-gnome-db1f1527138afe8dc53f4899d3a97d5e2db0b39f.tar.zst freebsd-ports-gnome-db1f1527138afe8dc53f4899d3a97d5e2db0b39f.zip |
- cleanup after gcc updates
no hacks for ldconfig needed
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-make/Makefile | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 40f715912c29..4d25da38d290 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -31,25 +31,7 @@ CONFIGURE_ARGS+= --with-config-file=${PREFIX}/GNUstep.conf GNUSTEP_WITHOUT_LIBOBJC= yes .endif -.include <bsd.port.pre.mk> - -.if !defined(GNUSTEP_WITH_BASE_GCC) -pre-configure: - @if test ! -f "${TARGLIB}/libobjc.so"; then \ - ${ECHO_MSG} "libobjc.so not found, please update your gcc"; \ - ${FALSE}; \ - fi; \ - if test `${LDCONFIG} -r | ${GREP} "${TARGLIB}/libobjc.so" | wc -l` -eq 0; then \ - ${ECHO_MSG} "trying to fix ldconfig.hints"; \ - ${LDCONFIG} -f "${WRKDIR}/ldconfig.hints" -m "${TARGLIB}";\ - if test `${LDCONFIG} -f "${WRKDIR}/ldconfig.hints" -r | ${GREP} "${TARGLIB}/libobjc.so" | wc -l` -eq 0; then \ - ${ECHO_MSG} "libobjc.so not in path"; \ - ${FALSE}; \ - fi; \ - fi; -.endif - post-install: ${LN} -s Library/Makefiles ${PREFIX}/System/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |