pkgsrc-WIP-changes archive

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

Remove configure options that result in



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Tue May 13 16:21:24 2025 +0200
Changeset:	917c02303d93d38b05a3f838c5c9daa0fa94c6bf

Modified Files:
	xemacs-hg/Makefile

Log Message:
Remove configure options that result in

configure: WARNING: unrecognized options: --with-mule, --with-pdump,
	   --with-newgc, --with-kkcc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=917c02303d93d38b05a3f838c5c9daa0fa94c6bf

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

diffstat:
 xemacs-hg/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/xemacs-hg/Makefile b/xemacs-hg/Makefile
index df84c6adfc..e5fa103efd 100644
--- a/xemacs-hg/Makefile
+++ b/xemacs-hg/Makefile
@@ -32,13 +32,9 @@ GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--datadir=${PREFIX}/lib
 CONFIGURE_ARGS+=	--with-infopath=${PREFIX}/${PKGINFODIR}
 CONFIGURE_ARGS+=	--with-clash-detection
-CONFIGURE_ARGS+=	--with-mule
 CONFIGURE_ARGS+=	--with-zlib
 CONFIGURE_ARGS+=	--with-bignum=gmp
 CONFIGURE_ARGS+=	--without-msw
-CONFIGURE_ARGS+=	--with-pdump
-CONFIGURE_ARGS+=	--with-newgc
-CONFIGURE_ARGS+=	--with-kkcc
 CONFIGURE_ARGS+=	--with-postgresql=no
 
 CFLAGS+=		-Dunix


Home | Main Index | Thread Index | Old Index