pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlrelay USE_LANGUAGES= c c++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9ce5319097c
branches:  trunk
changeset: 483956:b9ce5319097c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 22 21:38:32 2004 +0000

description:
USE_LANGUAGES= c c++
Remove USE_PKGLOCALEDIR, the package does not install any locale files.

diffstat:

 databases/sqlrelay/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 6d66d505a909 -r b9ce5319097c databases/sqlrelay/Makefile
--- a/databases/sqlrelay/Makefile       Mon Nov 22 21:22:11 2004 +0000
+++ b/databases/sqlrelay/Makefile       Mon Nov 22 21:38:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/10/29 05:59:24 jdolecek Exp $
+# $NetBSD: Makefile,v 1.7 2004/11/22 21:38:32 wiz Exp $
 
 DISTNAME=              sqlrelay-0.33.1
 PKGREVISION=           1
@@ -11,10 +11,9 @@
 
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
-USE_PKGLOCALEDIR=      YES
 
 #SQLRELAY_DATABASES+=  mysql postgresql
 SQLRELAY_DATABASES?=   # empty



Home | Main Index | Thread Index | Old Index