diff options
author | mishka <mishka@pkgsrc.org> | 2009-12-29 13:46:43 +0000 |
---|---|---|
committer | mishka <mishka@pkgsrc.org> | 2009-12-29 13:46:43 +0000 |
commit | c4005f1e400fc4dae60ddf42eb9c45ede954b1aa (patch) | |
tree | cadf6f43caa135b9ddc505d7d54fc68fa3b7eddf /emulators/wine-devel | |
parent | 3d34572648188fa912e1fa475051654526ee7e4a (diff) | |
download | pkgsrc-c4005f1e400fc4dae60ddf42eb9c45ede954b1aa.tar.gz |
The ${LDD} may also have options (e.g. otool -L), and thus must be quoted
when passed to configure.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0e6a6502580..4d8d018a636 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2009/09/07 20:27:25 reinoud Exp $ +# $NetBSD: Makefile,v 1.15 2009/12/29 13:46:43 mishka Exp $ DISTNAME= wine-1.1.16 PKGREVISION= 2 @@ -34,7 +34,7 @@ REPLACE_PERL+= tools/winemaker tools/winedump/function_grep.pl # CONFIGURE_ENV+= X_LIBS=${LDFLAGS:M*:Q} CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q}\ -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" -CONFIGURE_ENV+= LDD=${LDD} +CONFIGURE_ENV+= LDD=${LDD:Q} LIBS+= ${LDFLAGS} # If we're doing a 32-bit build, make sure that the appropriate |