pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan  3 22:47:23 UTC 2021

Modified Files:
        pkgsrc/emulators/qemu: options.mk

Log Message:
qemu: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/emulators/qemu/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/emulators/qemu/options.mk
diff -u pkgsrc/emulators/qemu/options.mk:1.14 pkgsrc/emulators/qemu/options.mk:1.15
--- pkgsrc/emulators/qemu/options.mk:1.14       Sun Jan  3 21:42:29 2021
+++ pkgsrc/emulators/qemu/options.mk    Sun Jan  3 22:47:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2021/01/03 21:42:29 roy Exp $
+# $NetBSD: options.mk,v 1.15 2021/01/03 22:47:23 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qemu
 PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi sdl spice
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=      --enable-sdl
 CONFIGURE_ARGS+=       --disable-sdl
 .endif
 
-# On Darwin, qemu uses Coca
+# On Darwin, qemu uses Cocoa
 .if ${OPSYS} != "Darwin"
 .if !empty(PKG_OPTIONS:Mgtk3) || \
     !empty(PKG_OPTIONS:Mopengl) || !empty(PKG_OPTIONS:Msdl)



Home | Main Index | Thread Index | Old Index