diff options
author | ben <ben@pkgsrc.org> | 2005-10-09 03:23:11 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-10-09 03:23:11 +0000 |
commit | 2923403c64b706baebc96b59484f21ff8daa1fd3 (patch) | |
tree | 767ae66458f48086317b0b0de780ad024a0586ce /audio/faad2/PLIST | |
parent | 3ac5deb94df1e0ef92808d88155f03044c2a5681 (diff) | |
download | pkgsrc-2923403c64b706baebc96b59484f21ff8daa1fd3.tar.gz |
This change addresses PR#31443
Copy config.h to faad2-config.h. Modify systems.h to refer to
faad2-config.h, and install faad2-config.h. This situation is
discussed here:
http://lists.gnu.org/archive/html/automake/2000-10/msg00114.html
Remove the undef of PACKAGE and VERSION, and add a 3rd non-empty
argument to AM_INIT_AUTOMAKE. This situation is discussed here:
http://lists.gnu.org/archive/html/automake/2000-10/msg00108.html
Modify the condition from HAVE_GLIB_H to __G_LIB_H__, which was
easier because faad2 doesn't depend on glib.
Bump pkgrevision.
Diffstat (limited to 'audio/faad2/PLIST')
-rw-r--r-- | audio/faad2/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faad2/PLIST b/audio/faad2/PLIST index b453fea9740..f9ba17eb932 100644 --- a/audio/faad2/PLIST +++ b/audio/faad2/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2005/10/06 13:13:28 ben Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/10/09 03:23:11 ben Exp $ bin/faad -include/faad2/config.h +include/faad2/faad2-config.h include/faad2/faad.h include/faad2/mp4.h include/faad2/mp4ff.h |