Fix quoting.
This commit is contained in:
parent
485637d8af
commit
6b296854df
1 changed files with 2 additions and 2 deletions
|
@ -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_X11= YES
|
|||
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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue