pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine Fix incorrect quoting which caused mism...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1542fb1a13f
branches:  trunk
changeset: 490515:e1542fb1a13f
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Mar 14 13:56:57 2005 +0000

description:
Fix incorrect quoting which caused mismatched quote in CFLAGS

diffstat:

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

diffs (18 lines):

diff -r 5b8e4242bbfa -r e1542fb1a13f emulators/wine/Makefile
--- a/emulators/wine/Makefile   Mon Mar 14 10:47:27 2005 +0000
+++ b/emulators/wine/Makefile   Mon Mar 14 13:56:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2005/03/07 09:48:36 uebayasi Exp $
+# $NetBSD: Makefile,v 1.80 2005/03/14 13:56:57 abs Exp $
 
 DISTNAME=      Wine-20050211
 PKGNAME=       ${DISTNAME:S/W/w/}
@@ -39,7 +39,7 @@
 # against the libraries.
 #
 CONFIGURE_ENV+=                X_LIBS="${LDFLAGS}"
-CONFIGURE_ENV+=                CFLAGS="${CFLAGS} -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
+CONFIGURE_ENV+=                CFLAGS="${CFLAGS} -DDEVOSSAUDIO=\"${DEVOSSAUDIO}\""
 LIBS+=                 ${LDFLAGS}
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index