pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/xemacs-current
Module Name: pkgsrc
Committed By: hauke
Date: Thu Apr 11 16:02:37 UTC 2019
Modified Files:
pkgsrc/editors/xemacs-current: Makefile.common
Log Message:
Since richer environments might come with postgresql, our configure
might pick it up. Until somebody tells me they want it, better disable
support explicitly.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/xemacs-current/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xemacs-current/Makefile.common
diff -u pkgsrc/editors/xemacs-current/Makefile.common:1.11 pkgsrc/editors/xemacs-current/Makefile.common:1.12
--- pkgsrc/editors/xemacs-current/Makefile.common:1.11 Wed Dec 19 13:41:45 2018
+++ pkgsrc/editors/xemacs-current/Makefile.common Thu Apr 11 16:02:37 2019
@@ -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-pdump
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