Ticket #20072 (closed defect: fixed)
id3v2 should be using configure.cxx
| Reported by: | ryandesign@… | Owned by: | brent@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Port: | id3v2 |
Description
---> Building id3v2
DEBUG: Executing org.macports.build (id3v2)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4'
DEBUG: Assembled command: 'cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_id3v2/work/id3v2-0.1.11" && nice -n 10 make all'
g++ -I/mp/include/ -DVERSION="\"0.1.11\"" -c -o convert.o convert.cpp
g++ -I/mp/include/ -DVERSION="0.1.11" -c -o convert.o convert.cpp
g++: Error: You should be using ${configure.cxx}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make: *** [convert.o] Error 1
The attached patch fixes this. If there are no objections, I'm happy to commit it.
Attachments
Change History
comment:1 Changed 3 years ago by brent@…
Sorry for the long delay in responding to id3v2 bugs.
Thanks for taking the time to create this patch -- I've verified that it works fine, and the "use_configure no" change fixes a lint bug that trac reported a few days ago.
If someone can commit the patch and close this bug, that would be great. Thanks!
Note: See
TracTickets for help on using
tickets.

