summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-01-03 13:34:36 +0000
committergdt <gdt@pkgsrc.org>2008-01-03 13:34:36 +0000
commitc5a59a21ce5d562f6e1d775b215fa297e371440e (patch)
tree5e28617962bbe641b90db8d06d4121ff1317cb2e /multimedia/mplayer-share/patches
parent814b1065daac69b1cc3e0372323a7097f1739687 (diff)
downloadpkgsrc-c5a59a21ce5d562f6e1d775b215fa297e371440e.tar.gz
Fix parallel builds by adding dependencies, and reenable them.
Diffstat (limited to 'multimedia/mplayer-share/patches')
-rw-r--r--multimedia/mplayer-share/patches/patch-ai24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/mplayer-share/patches/patch-ai b/multimedia/mplayer-share/patches/patch-ai
new file mode 100644
index 00000000000..d86d83bc220
--- /dev/null
+++ b/multimedia/mplayer-share/patches/patch-ai
@@ -0,0 +1,24 @@
+$NetBSD: patch-ai,v 1.5 2008/01/03 13:34:37 gdt Exp $
+
+Fix parallel build failure by expressing dependencies.
+Filed upstream as http://bugzilla.mplayerhq.hu/show_bug.cgi?id=967
+
+--- vidix/Makefile.orig 2007-10-07 15:49:27.000000000 -0400
++++ vidix/Makefile
+@@ -40,13 +40,13 @@ dep depend:: pci_names.c
+
+ include ../mpcommon.mak
+
+-mga_crtc2_vid.o: mga_vid.c
++mga_crtc2_vid.o: mga_vid.c pci_ids.h
+ $(CC) -c $(CFLAGS) -DCRTC2 -o $@ $<
+
+-rage128_vid.o: radeon_vid.c
++rage128_vid.o: radeon_vid.c pci_ids.h
+ $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $<
+
+-pci_names.c pci_dev_ids.c: pci.db
++pci_vendors.h pci_ids.h pci_names.c pci_names.h pci_dev_ids.c: pci.db
+ LC_ALL=C awk -f pci_db2c.awk $<
+
+ clean::