diff options
author | obache <obache> | 2011-06-06 07:55:54 +0000 |
---|---|---|
committer | obache <obache> | 2011-06-06 07:55:54 +0000 |
commit | 61e9ad9e150a89bfcff97ca3894e09e1a7971535 (patch) | |
tree | 43ac00549939b9a9a6df6c80b42eb14f8c4bcc74 /audio | |
parent | f382ae116a2fbd8b3da7fe541f3fdc62addac779 (diff) | |
download | pkgsrc-61e9ad9e150a89bfcff97ca3894e09e1a7971535.tar.gz |
Workaround for PR#41475 is not required anymore.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libcanberra/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index 88bab96a051..6cd14bda428 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/05/12 13:39:09 adam Exp $ +# $NetBSD: Makefile,v 1.17 2011/06/06 08:31:18 obache Exp $ DISTNAME= libcanberra-0.26 PKGREVISION= 2 @@ -27,10 +27,6 @@ SUBST_STAGE.ltdlc= pre-configure CONFIGURE_ENV+= ac_cv_lib_ltdl_lt_dladvise_init=yes -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - PLIST_VARS+= oss .include "options.mk" |