pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current Since richer environments might...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2584ad540554
branches:  trunk
changeset: 332416:2584ad540554
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Thu Apr 11 16:02:37 2019 +0000

description:
Since richer environments might come with postgresql, our configure
might pick it up. Until somebody tells me they want it, better disable
support explicitly.

diffstat:

 editors/xemacs-current/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ec9c94fe85f2 -r 2584ad540554 editors/xemacs-current/Makefile.common
--- a/editors/xemacs-current/Makefile.common    Thu Apr 11 15:52:08 2019 +0000
+++ b/editors/xemacs-current/Makefile.common    Thu Apr 11 16:02:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2018/12/19 13:41:45 hauke Exp $
+# $NetBSD: Makefile.common,v 1.12 2019/04/11 16:02:37 hauke Exp $
 #
 # used by editors/xemacs-current/Makefile
 # used by editors/xemacs-current-nox11/Makefile
@@ -47,6 +47,8 @@
 CONFIGURE_ARGS+=       --with-system-malloc
 CONFIGURE_ARGS+=       --with-newgc
 CONFIGURE_ARGS+=       --with-kkcc
+CONFIGURE_ARGS+=       --with-postgresql=no
+
 CFLAGS+=               -Dunix
 
 # Use terminfo on NetBSD-6 and newer.



Home | Main Index | Thread Index | Old Index