aboutsummaryrefslogtreecommitdiff
path: root/devel/gnustep-make
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 /devel/gnustep-make
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 'devel/gnustep-make')
-rw-r--r--devel/gnustep-make/Makefile20
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>