pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/celestia



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 21 14:50:11 UTC 2020

Modified Files:
        pkgsrc/misc/celestia: Makefile

Log Message:
misc/celestia: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/misc/celestia/Makefile

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

Modified files:

Index: pkgsrc/misc/celestia/Makefile
diff -u pkgsrc/misc/celestia/Makefile:1.79 pkgsrc/misc/celestia/Makefile:1.80
--- pkgsrc/misc/celestia/Makefile:1.79  Tue Mar 10 22:10:31 2020
+++ pkgsrc/misc/celestia/Makefile       Thu May 21 14:50:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2020/03/10 22:10:31 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2020/05/21 14:50:11 rillig Exp $
 
 DISTNAME=      celestia-1.6.1
 PKGREVISION=   23
@@ -29,7 +29,6 @@ CONF_FILES=   ${EGDIR}/celestia.cfg.defaul
 
 .if exists(${X11BASE}/include/X11/extensions/Xinerama.h) || ${X11_TYPE} != "native"
 .include "../../x11/libXinerama/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-xinerama
 .endif
 
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index