cvs commit: ports/audio/xmms-imms Makefile distinfo ports/audio/xmms-imms/files patch-vars.mk.in

Kris Kennaway kris at obsecurity.org
Mon Mar 22 13:08:59 PST 2004


On Mon, Mar 22, 2004 at 08:16:48AM -0800, Brian Feldman wrote:

> |  -CFLAGS = `xmms-config --cflags` @DEBUG_CFLAGS@ -Wall -fPIC -D_REENTRANT
> |  +CFLAGS = `xmms-config --cflags` @DEBUG_CFLAGS@ @CFLAGS@ -Wall -fPIC -D_REENTRANT
> | - CPPFLAGS = ${CFLAGS} -pedantic -fno-rtti
> | + CXXFLAGS = ${CFLAGS} -pedantic -fno-rtti
> |  -LDFLAGS = `xmms-config --libs` @LIBS@
> |  +LDFLAGS = `xmms-config --libs` -lc @LIBS@

You didn't add this just now, but do you really need to link
explicitly against -lc?  That seems odd.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20040322/39bfe998/attachment.bin


More information about the cvs-ports mailing list