pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/fuse-emulator CONFIGURE_ARGS are slightly di...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a43ac8fcbd5f
branches: trunk
changeset: 372572:a43ac8fcbd5f
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 10 15:51:04 2017 +0000
description:
CONFIGURE_ARGS are slightly different now
diffstat:
emulators/fuse-emulator/options.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r bfb29169ce00 -r a43ac8fcbd5f emulators/fuse-emulator/options.mk
--- a/emulators/fuse-emulator/options.mk Sun Dec 10 15:46:26 2017 +0000
+++ b/emulators/fuse-emulator/options.mk Sun Dec 10 15:51:04 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2017/05/26 19:35:48 adam Exp $
+# $NetBSD: options.mk,v 1.3 2017/12/10 15:51:04 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fuse
PKG_SUPPORTED_OPTIONS= gtk sdl
@@ -9,9 +9,10 @@
PLIST_VARS+= gtk sdl
.if !empty(PKG_OPTIONS:Mgtk)
-CONFIGURE_ARGS+= --with-gtk3
PLIST.gtk= yes
.include "../../x11/gtk3/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-gtk
.endif
.if !empty(PKG_OPTIONS:Msdl)
Home |
Main Index |
Thread Index |
Old Index