summaryrefslogtreecommitdiff
path: root/devel/libFoundation
diff options
context:
space:
mode:
authorrh <rh>2005-09-30 23:52:58 +0000
committerrh <rh>2005-09-30 23:52:58 +0000
commitaad40c25145fffe18c9a85fea647a51c7e5ce14e (patch)
tree46ea916450e509017817afcca9e74989a2d1a6f8 /devel/libFoundation
parente1a5c0a1fecf3817706cc850e585684d1721cfee (diff)
downloadpkgsrc-aad40c25145fffe18c9a85fea647a51c7e5ce14e.tar.gz
Make this compile.
Diffstat (limited to 'devel/libFoundation')
-rw-r--r--devel/libFoundation/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libFoundation/Makefile b/devel/libFoundation/Makefile
index 57ffd4c6f01..8b9fbb0995f 100644
--- a/devel/libFoundation/Makefile
+++ b/devel/libFoundation/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/04/24 02:48:06 rh Exp $
+# $NetBSD: Makefile,v 1.2 2005/09/30 23:52:58 rh Exp $
#
DISTNAME= libFoundation-1.0.72-r107
@@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/libfoundation
GNU_CONFIGURE= yes
MAKE_ENV+= ADDITIONAL_OBJCFLAGS="-I${WRKSRC} -I."
MAKE_ENV+= FOUNDATION_LIB="fd"
+MAKE_ENV+= INSTALL_DATA=${INSTALL_DATA:Q}
PLIST_SUBST+= GNUSTEP_HOST_CPU=${GNUSTEP_HOST_CPU}
@@ -29,9 +30,10 @@ pre-configure:
${LN} -s linux.h ${WRKSRC}/config/${MACHINE_GNU_ARCH}/${LIBF_HOST_OS}.h
post-configure:
+ -${MKDIR} ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}
[ -e ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS} ] || \
${LN} -s \
- ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS} \
+ ${WRKSRC}/Foundation/${LIBF_HOST_OS} \
${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
.include "../../mk/compiler.mk"