pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/SDL2



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 30 10:18:48 UTC 2020

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

Log Message:
SDL2: Remove CONFIGURE_ARGS duplicate


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/SDL2/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/SDL2/options.mk
diff -u pkgsrc/devel/SDL2/options.mk:1.16 pkgsrc/devel/SDL2/options.mk:1.17
--- pkgsrc/devel/SDL2/options.mk:1.16   Tue Mar 17 12:49:29 2020
+++ pkgsrc/devel/SDL2/options.mk        Mon Mar 30 10:18:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2020/03/17 12:49:29 nia Exp $
+# $NetBSD: options.mk,v 1.17 2020/03/30 10:18:48 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.SDL2
 PKG_OPTIONS_REQUIRED_GROUPS=   gl
@@ -89,7 +89,6 @@ SUBST_SED.vc+=                -e "s;/opt/vc;${PREFIX};
 
 .if !empty(PKG_OPTIONS:Mwayland)
 CONFIGURE_ARGS+=       --enable-video-wayland
-CONFIGURE_ARGS+=       --disable-wayland-shared
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"
 .include "../../x11/libxkbcommon/buildlink3.mk"



Home | Main Index | Thread Index | Old Index