New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20072 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

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

id3v2-cxx.diff (1.1 KB) - added by ryandesign@… 4 years ago.

Change History

Changed 4 years ago by ryandesign@…

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!

comment:2 Changed 3 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

Committed in r61105, thanks!

Note: See TracTickets for help on using tickets.