diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-17 23:08:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-17 23:08:31 +0000 |
commit | 5c31f9029f301209ce21072db9b1cef09036a5c5 (patch) | |
tree | a111fe466af4cb3354956fbab0693450b3a76733 /finance | |
parent | 79c946c1d633f269598ade9e9ccf612f42ff5e7d (diff) | |
download | pkgsrc-5c31f9029f301209ce21072db9b1cef09036a5c5.tar.gz |
Remove symlink from db.h to db_185.h. This is now handled automatically
by db1.builtin.mk if we actually end up using db1.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index e0ed316edea..969d8a6b084 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2004/10/23 09:59:10 jdolecek Exp $ +# $NetBSD: Makefile,v 1.70 2004/11/17 23:08:31 jlam Exp $ DISTNAME= gnucash-1.8.9 PKGREVISION= 2 @@ -53,7 +53,6 @@ SUBST_SED.guile14+= "s, guile , ${PREFIX}/${GUILE14_SUBDIR}/bin/guile ," .if ${OPSYS} == "NetBSD" post-buildlink: - ${LN} -s /usr/include/db.h ${BUILDLINK_DIR}/include/db_185.h if [ ! -f /usr/include/wctype.h ]; then \ ${TOUCH} ${BUILDLINK_DIR}/include/wctype.h; \ fi |