diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-16 04:52:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-16 04:52:15 +0000 |
commit | 6b133e2f3d79cf89a724f5821c469a94985e1810 (patch) | |
tree | 9347eac9fc1d773d9f49c80b532e1672875e51c4 /dev-libs/DirectFB | |
parent | libmpeg3 finally sorted out -- somewhat more elegant this time (diff) | |
download | historical-6b133e2f3d79cf89a724f5821c469a94985e1810.tar.gz historical-6b133e2f3d79cf89a724f5821c469a94985e1810.tar.bz2 historical-6b133e2f3d79cf89a724f5821c469a94985e1810.zip |
patch to fix the libmpeg3 problem with this
Diffstat (limited to 'dev-libs/DirectFB')
-rw-r--r-- | dev-libs/DirectFB/files/DirectFB-gentoo-patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-libs/DirectFB/files/DirectFB-gentoo-patch b/dev-libs/DirectFB/files/DirectFB-gentoo-patch new file mode 100644 index 000000000000..31b7b7ae3bfc --- /dev/null +++ b/dev-libs/DirectFB/files/DirectFB-gentoo-patch @@ -0,0 +1,8 @@ +98c98 +< LIBMPEG3_LIBS = +--- +> LIBMPEG3_LIBS = /usr/lib +477c477 +< libidirectfbvideoprovider_libmpeg3.so: idirectfbvideoprovider_libmpeg3.o $(LIBMPEG3_DIR)/$(shell uname --machine)/libmpeg3.a +--- +> libidirectfbvideoprovider_libmpeg3.so: idirectfbvideoprovider_libmpeg3.o $(LIBMPEG3_LIBS)/libmpeg3.a |