pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/moz-flash Fix quoting.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad4d4a9574f8
branches:  trunk
changeset: 489416:ad4d4a9574f8
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Mon Feb 21 03:14:36 2005 +0000

description:
Fix quoting.

diffstat:

 multimedia/moz-flash/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 40b6d6c623c7 -r ad4d4a9574f8 multimedia/moz-flash/Makefile
--- a/multimedia/moz-flash/Makefile     Mon Feb 21 01:21:39 2005 +0000
+++ b/multimedia/moz-flash/Makefile     Mon Feb 21 03:14:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:13:03 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/21 03:14:36 uebayasi Exp $
 #
 
 .include "../../multimedia/libflash/Makefile.common"
@@ -17,7 +17,7 @@
 USE_LIBTOOL=   YES
 
 BUILD_DIRS=    ${WRKSRC}/Plugin
-CPPFLAGS+=     -DDEV_DSP=\\\"${DEVOSSSOUND}\\\"
+CPPFLAGS+=     -DDEV_DSP="\"${DEVOSSSOUND}\""
 MAKE_ENV+=     SHLIBTOOL="${SHLIBTOOL}"
 MAKE_ENV+=     MOZ_PLUGDIR="${MOZ_PLUGDIR}"
 



Home | Main Index | Thread Index | Old Index