pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/remake



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 17:14:23 UTC 2020

Modified Files:
        pkgsrc/devel/remake: options.mk

Log Message:
devel/remake: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/remake/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/remake/options.mk
diff -u pkgsrc/devel/remake/options.mk:1.1 pkgsrc/devel/remake/options.mk:1.2
--- pkgsrc/devel/remake/options.mk:1.1  Mon Jan  6 17:35:31 2020
+++ pkgsrc/devel/remake/options.mk      Sun May 31 17:14:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/01/06 17:35:31 ng0 Exp $
+# $NetBSD: options.mk,v 1.2 2020/05/31 17:14:23 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.remake
 PKG_SUPPORTED_OPTIONS= nls readline
@@ -25,7 +25,6 @@ CONFIGURE_ARGS+=      --disable-nls
 
 # readline
 .if !empty(PKG_OPTIONS:Mreadline)
-CONFIGURE_ARGS+= --enable-gpl
 .include "../../mk/readline.buildlink3.mk"
 .else
 CONFIGURE_ARGS+= --disable-readline



Home | Main Index | Thread Index | Old Index