summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-07-16 13:37:00 +0000
committerfredb <fredb@pkgsrc.org>2002-07-16 13:37:00 +0000
commitaab47f7daef1fc52ce1f05f386c6a6b081950cd6 (patch)
tree2b704dd9bfac1c112bf69213331d310d5cbbb41a /cross
parent960dd916b0e6ef990a91f3a6174553953291399c (diff)
downloadpkgsrc-aab47f7daef1fc52ce1f05f386c6a6b081950cd6.tar.gz
Fix up a couple symlinks that were pointing to non-existent targets.
Diffstat (limited to 'cross')
-rw-r--r--cross/i386-linux/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile
index 185e4c4d4b8..1e669b74ee0 100644
--- a/cross/i386-linux/Makefile
+++ b/cross/i386-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/09/27 23:17:51 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/07/16 13:37:00 fredb Exp $
#
DISTVERSION= 2.0.7.1
@@ -52,4 +52,9 @@ post-extract:
post-patch:
@${RM} -f ${SYS_LIB}/*.orig
+post-install:
+ @cd ${PREFIX}/${TARGET_ARCH}/lib; \
+ ${LN} -sf libdb.so libndbm.so; \
+ ${LN} -sf libbsd-compat.a libbsd.a
+
.include "../COMMON/cross.mk"