Date: Mon, 2 Dec 2002 01:26:58 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/gnustep-gui Makefile Message-ID: <20021202092658.GA10252@rot13.obsecurity.org> In-Reply-To: <200212020821.gB28LNEc024433@repoman.freebsd.org> References: <200212020821.gB28LNEc024433@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 02, 2002 at 12:21:23AM -0800, Dirk Meyer wrote: > dinoex 2002/12/02 00:21:23 PST >=20 > Modified files: > x11-toolkits/gnustep-gui Makefile=20 > Log: > remove extra include No, you're completely misunderstanding. The problem with this port was that it does #include <machine/soundcard.h>, which is a header that no longer exixts in 5.0 (and is a compatibility symlink on 4.x). The port just needed to be changed to #include <sys/soundcard.h> on all versions of FreeBSD. Kris --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE96ydiWry0BWjoQKURAmPxAKDj9XZAnCUnO+gfoTrHNtVUzWrJJQCfVk+a Dy2qHh71UZsPGxHtqhx6+ck= =NZQU -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021202092658.GA10252>