pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql94-datatypes Link the uuid extensi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f49871c3b90
branches:  trunk
changeset: 650508:0f49871c3b90
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 23 18:23:46 2015 +0000

description:
Link the uuid extension correctly. Bump revision.

diffstat:

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

diffs (21 lines):

diff -r cd74cb6b96db -r 0f49871c3b90 databases/postgresql94-datatypes/Makefile
--- a/databases/postgresql94-datatypes/Makefile Thu Apr 23 17:17:28 2015 +0000
+++ b/databases/postgresql94-datatypes/Makefile Thu Apr 23 18:23:46 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2015/01/14 21:01:18 adam Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/23 18:23:46 joerg Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-datatypes-/}
+PKGREVISION=   1
 COMMENT=       PostgreSQL data types support modules
 
 DEPENDS+=      postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
@@ -14,6 +15,8 @@
 CONFIGURE_ARGS+=       --with-ossp-uuid
 BUILD_DIRS+=           contrib/uuid-ossp
 .include "../../devel/ossp-uuid/buildlink3.mk"
+
+MAKE_FLAGS+=   UUID_LIBS=-lossp-uuid
 .endif
 
 BUILD_DIRS+=           contrib/btree_gist



Home | Main Index | Thread Index | Old Index