Opened 15 years ago

Closed 14 years ago

#20072 closed defect (fixed)

id3v2 should be using configure.cxx

Reported by: ryandesign (Ryan Carsten Schmidt) 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 (1)

id3v2-cxx.diff (1.1 KB) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: id3v2-cxx.diff added

comment:1 Changed 14 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 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Committed in r61105, thanks!

Note: See TracTickets for help on using tickets.