Subject: CVS commit: pkgsrc/audio/flactag
From: John Marino
Date: 2011-11-23 01:42:00
Message id: 20111123004201.0A9AC175DD@cvs.netbsd.org

Log Message:
audio/flactag: Fix DragonFly breakage

patch-aa was the main reason this package broke on DragonFly.  Probably the
__NetBSD__ macro should have been used from the beginning (since pkgsrc
serves multiple platforms), but rather than risk breaking flactag on other
platforms, I've chosen to use __DragonFly__ macro to restore the original
code.

Also, -lintl is needed by DragonFly, so the gettext-lib was added the the
buildlink3 list.

Files:
RevisionActionfile
1.9modifypkgsrc/audio/flactag/Makefile
1.4modifypkgsrc/audio/flactag/distinfo
1.2modifypkgsrc/audio/flactag/patches/patch-aa