Subject: Re: pkg/33858: graphics/freetype2 on darwin missing carbon dependency
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: pkgsrc-bugs
Date: 07/17/2006 10:15:04
The following reply was made to PR pkg/33858; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles@loria.fr>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/33858: graphics/freetype2 on darwin missing carbon dependency
Date: Mon, 17 Jul 2006 12:10:25 +0200

 --CdrF4e02JqNVZeln
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 another solution is to simply add=20
 
 =2Eif ${OPSYS} =3D=3D "Darwin"
 LDFLAGS+=3D       -framework Carbon
 =2Eendif
 
 to the makefile, to fix the link command.
 
 antoine
 
 --CdrF4e02JqNVZeln
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.4 (Darwin)
 
 iD8DBQFEu2IR4VqmoGDE/mwRAsiWAJ9sWsIWu+TPVs4JeOK+j4oavX02hACfTfE6
 nrUNDjwjEDD2Q03p1Cp9uj0=
 =pHQV
 -----END PGP SIGNATURE-----
 
 --CdrF4e02JqNVZeln--