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/buildlink3.mk | |
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/buildlink3.mk')
-rw-r--r-- | audio/faad2/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faad2/buildlink3.mk b/audio/faad2/buildlink3.mk index b6df7385d60..26c28462ce8 100644 --- a/audio/faad2/buildlink3.mk +++ b/audio/faad2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2005/10/06 13:13:28 ben Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2005/10/09 03:23:11 ben Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ FAAD2_BUILDLINK3_MK:= ${FAAD2_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nfaad2} BUILDLINK_PACKAGES+= faad2 .if !empty(FAAD2_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.faad2+= faad2>=2.0nb2 +BUILDLINK_DEPENDS.faad2+= faad2>=2.0nb3 BUILDLINK_PKGSRCDIR.faad2?= ../../audio/faad2 BUILDLINK_INCDIRS.faad2?= include/faad2 .endif # FAAD2_BUILDLINK3_MK |