pkgsrc/audio/musicbrainz/patches/patch-Makefile.in

14 lines
479 B
Text

$NetBSD: patch-Makefile.in,v 1.2 2012/09/28 03:33:30 dholland Exp $
Do not descend into osdep, it creates an empty library, which systems such
as Solaris do not like.
--- Makefile.in.orig 2007-05-12 10:17:57.000000000 +0000
+++ Makefile.in
@@ -213,5 +213,5 @@ target_alias = @target_alias@
#
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = include lib osdep examples
+SUBDIRS = include lib examples
DIST_SUBDIRS = osdep include lib examples perl python
pcdir = $(libdir)/pkgconfig