]> git.pld-linux.org Git - packages/DirectFB.git/blame - DirectFB-missing-files.patch
- added sh patch (syntax fix in directfb-config)
[packages/DirectFB.git] / DirectFB-missing-files.patch
CommitLineData
f529316e
JB
1--- DirectFB-0.9.21/rules/libobject.make.orig 1970-01-01 01:00:00.000000000 +0100
2+++ DirectFB-0.9.21/rules/libobject.make 2005-01-10 00:25:55.144698008 +0100
3@@ -0,0 +1,9 @@
4+%.o: .libs/%.a %.la
5+ rm -f $<.tmp/*.o
6+ if test -d $<.tmp; then rmdir $<.tmp; fi
7+ mkdir $<.tmp
8+ (cd $<.tmp && ar x ../../$<)
9+ $(LD) -o $@ -r $<.tmp/*.o
10+ rm -f $<.tmp/*.o && rmdir $<.tmp
11+
12+.PHONY: $(LTLIBRARIES:%.la=.libs/%.a)
13--- DirectFB-0.9.21/lib/voodoo/types.h.orig 1970-01-01 01:00:00.000000000 +0100
14+++ DirectFB-0.9.21/lib/voodoo/types.h 2005-01-10 00:25:55.149697248 +0100
15@@ -0,0 +1,65 @@
16+/*
17+ (c) Copyright 2000-2002 convergence integrated media GmbH.
18+ (c) Copyright 2002-2004 convergence GmbH.
19+
20+ All rights reserved.
21+
22+ Written by Denis Oliver Kropp <dok@directfb.org>,
23+ Andreas Hundt <andi@fischlustig.de>,
24+ Sven Neumann <neo@directfb.org> and
25