pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine Fix the PKG_OPTIONS=-x11 build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86eef128d2a0
branches:  trunk
changeset: 543864:86eef128d2a0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Jun 23 16:57:08 2008 +0000

description:
Fix the PKG_OPTIONS=-x11 build.

diffstat:

 emulators/wine/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fd67b17b63c6 -r 86eef128d2a0 emulators/wine/options.mk
--- a/emulators/wine/options.mk Mon Jun 23 16:56:39 2008 +0000
+++ b/emulators/wine/options.mk Mon Jun 23 16:57:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2008/06/22 23:38:18 dholland Exp $
+# $NetBSD: options.mk,v 1.10 2008/06/23 16:57:08 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.wine
 PKG_SUPPORTED_OPTIONS= cups opengl sane esound ldap dbus ssl x11
@@ -55,7 +55,7 @@
 .include "../../x11/libXrender/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
 .else
-CONFIGURE_ARGS+= --without-x11
+CONFIGURE_ARGS+= --without-x --without-freetype
 .endif
 
 .if !empty(PKG_OPTIONS:Mopengl) && !empty(PKG_OPTIONS:Mx11)



Home | Main Index | Thread Index | Old Index