Files
pkgsrc-ng/audio/musicbrainz/patches/patch-Makefile.in
2013-09-26 17:14:40 +02:00

15 lines
479 B
Plaintext

$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