pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/jabberd This package has GNU and non-GNU configur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5482dd1c6798
branches:  trunk
changeset: 519734:5482dd1c6798
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 08 21:58:47 2006 +0000

description:
This package has GNU and non-GNU configure scripts.

diffstat:

 chat/jabberd/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r fa6f046074fe -r 5482dd1c6798 chat/jabberd/Makefile
--- a/chat/jabberd/Makefile     Sun Oct 08 21:35:13 2006 +0000
+++ b/chat/jabberd/Makefile     Sun Oct 08 21:58:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/10/04 20:50:46 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2006/10/08 21:58:47 rillig Exp $
 #
 
 DISTNAME=              jabber-1.4.2
@@ -15,8 +15,10 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-HAS_CONFIGURE=         yes
-USE_TOOLS+=            gmake
+# A self-made configure script, and GNU ones in subdirectories.
+HAS_CONFIGURE=                 yes
+OVERRIDE_GNU_CONFIG_SCRIPTS=   yes
+USE_TOOLS+=                    gmake
 
 CONFIGURE_ARGS+=       --enable-ssl
 CONFIGURE_ENV+=                prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index