pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/gnucash Remove symlink from db.h to db_185.h. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52ad712f5ac1
branches:  trunk
changeset: 483720:52ad712f5ac1
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Nov 17 23:08:31 2004 +0000

description:
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:

 finance/gnucash/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 97d862b48f44 -r 52ad712f5ac1 finance/gnucash/Makefile
--- a/finance/gnucash/Makefile  Wed Nov 17 23:03:08 2004 +0000
+++ b/finance/gnucash/Makefile  Wed Nov 17 23:08:31 2004 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index