pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/gdbm_compat Fixes build with libgdbm.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/281f7cfc4f69
branches:  trunk
changeset: 597849:281f7cfc4f69
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jan 10 04:40:03 2012 +0000

description:
Fixes build with libgdbm.

diffstat:

 databases/gdbm_compat/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a39995224ff3 -r 281f7cfc4f69 databases/gdbm_compat/Makefile
--- a/databases/gdbm_compat/Makefile    Tue Jan 10 03:48:08 2012 +0000
+++ b/databases/gdbm_compat/Makefile    Tue Jan 10 04:40:03 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/10/17 08:44:32 obache Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/10 04:40:03 obache Exp $
 #
 
 .include "../../databases/gdbm/Makefile.common"
@@ -16,4 +16,7 @@
 
 BUILD_DIRS=            compat
 
+.include "../../databases/gdbm/buildlink3.mk"
+post-extract:
+       ${LN} -s ${BUILDLINK_PREFIX.gdbm}/lib/libgdbm.la ${WRKSRC}/src
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index