pkgsrc-Bugs archive

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

pkg/41045: emulators/wine LDD Makefile assignment isn't quoted



>Number:         41045
>Category:       pkg
>Synopsis:       emulators/wine LDD Makefile assignment isn't quoted
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 19 23:45:00 +0000 2009
>Originator:     Charlie
>Release:        N/A (pkgsrc)
>Organization:
None
>Environment:
Darwin localhost 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 
2008; root:xnu-1228.9.59~1/RELEASE_I386 i386


>Description:
When building the emulators/wine target on OS X, where LDD is presumably set to 
"otool -L", the unquoted presence of the LDD expansion causes /usr/bin/env to 
try to execute a command called "-L".
>How-To-Repeat:
$ cd emulators/wine
$ bmake


>Fix:
CONFIGURE_ENV+=         LDD="${LDD}"

Or perhaps ${LDD:Q}




Home | Main Index | Thread Index | Old Index