pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs-snapshot (editors/emacs-snapshot) PR pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b75c97397d4
branches:  trunk
changeset: 421106:0b75c97397d4
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 11 12:15:15 2020 +0000

description:
(editors/emacs-snapshot) PR pkg/54848 Fix again, logic moved down outside of if x11 .. endif clause

diffstat:

 editors/emacs-snapshot/options.mk |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 5a110d84ebed -r 0b75c97397d4 editors/emacs-snapshot/options.mk
--- a/editors/emacs-snapshot/options.mk Sat Jan 11 11:52:55 2020 +0000
+++ b/editors/emacs-snapshot/options.mk Sat Jan 11 12:15:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2020/01/11 11:43:04 mef Exp $
+# $NetBSD: options.mk,v 1.15 2020/01/11 12:15:15 mef Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -183,6 +183,14 @@
 .else  # no window system
 #.if empty(PKG_OPTIONS:Mx11)
 
+CONFIGURE_ARGS+=       --without-x
+CONFIGURE_ARGS+=       --without-xpm
+CONFIGURE_ARGS+=       --without-jpeg
+CONFIGURE_ARGS+=       --without-tiff
+CONFIGURE_ARGS+=       --without-gif
+CONFIGURE_ARGS+=       --without-png
+.endif
+
 ###
 ### Support jansson (JSON library)
 ###
@@ -192,14 +200,6 @@
 CONFIGURE_ARGS+=       --without-json
 .  endif
 
-CONFIGURE_ARGS+=       --without-x
-CONFIGURE_ARGS+=       --without-xpm
-CONFIGURE_ARGS+=       --without-jpeg
-CONFIGURE_ARGS+=       --without-tiff
-CONFIGURE_ARGS+=       --without-gif
-CONFIGURE_ARGS+=       --without-png
-.endif
-
 # Local Variables:
 # mode: outline-minor
 # outline-regexp: "\\(.[ \t]*\\(if\\|endif\\|else\\|elif\\|include.*options\\|PKG_SUGGES\\)\\)\\|### .\\|# Local"



Home | Main Index | Thread Index | Old Index