pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fox



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Mar 21 15:54:23 UTC 2020

Modified Files:
        pkgsrc/x11/fox: Makefile

Log Message:
x11/fox: remove unknown configure option --with-shm

There would have been --with-xshm, but since the package builds fine this
way, don't change any behavior.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/x11/fox/Makefile

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

Modified files:

Index: pkgsrc/x11/fox/Makefile
diff -u pkgsrc/x11/fox/Makefile:1.59 pkgsrc/x11/fox/Makefile:1.60
--- pkgsrc/x11/fox/Makefile:1.59        Wed Dec 12 19:07:22 2018
+++ pkgsrc/x11/fox/Makefile     Sat Mar 21 15:54:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2018/12/12 19:07:22 bsiegert Exp $
+# $NetBSD: Makefile,v 1.60 2020/03/21 15:54:22 rillig Exp $
 
 DISTNAME=      fox-1.6.57
 CATEGORIES=    x11
@@ -15,7 +15,6 @@ USE_TOOLS+=           pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-release
 CONFIGURE_ARGS+=       --with-opengl
-CONFIGURE_ARGS+=       --with-shm
 CONFIGURE_ARGS+=       --with-xft
 CONFIGURE_ARGS+=       --with-x
 



Home | Main Index | Thread Index | Old Index