Subject: CVS commit: pkgsrc/emulators/fuse-utils
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 06/26/2004 17:46:14
Module Name:	pkgsrc
Committed By:	grant
Date:		Sat Jun 26 17:46:14 UTC 2004

Modified Files:
	pkgsrc/emulators/fuse-utils: Makefile

Log Message:
this uses functions from libgcrypt and libgpg-error so include their
buildlink3.mk files.

on NetBSD and others this was building and working but resolving symbols
from libgcrypt and libgpg-error indirectly via libspectrum. this is not
good practice, you must always explicitly link against libraries for the
functions you need.

fixes the build on Solaris.

bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/emulators/fuse-utils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.