From owner-cvs-ports@FreeBSD.ORG Mon Mar 22 13:08:59 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97C0316A4CE; Mon, 22 Mar 2004 13:08:59 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88BAB43D39; Mon, 22 Mar 2004 13:08:59 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (ef8a7d6f5fa530e412671071c65b49fa@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i2ML8wRw029262; Mon, 22 Mar 2004 13:08:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 482EE51BB5; Mon, 22 Mar 2004 13:08:58 -0800 (PST) Date: Mon, 22 Mar 2004 13:08:58 -0800 From: Kris Kennaway To: Brian Feldman Message-ID: <20040322210858.GA19409@xor.obsecurity.org> References: <200403221616.i2MGGm7R086477@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <200403221616.i2MGGm7R086477@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/xmms-imms Makefile distinfo ports/audio/xmms-imms/files patch-vars.mk.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 21:08:59 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAX1XpWry0BWjoQKURAsOtAJ4/wm1HimGBehm1oc1+saYcDipVGACdF7uJ DbzZRn+/8Pv4l+piRGRW5RE= =c+3L -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v--