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 | 2bdc1286cfceef7207f8aed21d44394e07271ed8 (patch) | |
tree | c1f4c0bcfb2be888ab34148b13f32a3ed9c0992f /dev-libs/DirectFB | |
parent | libmpeg3 finally sorted out -- somewhat more elegant this time (diff) | |
download | gentoo-2-2bdc1286cfceef7207f8aed21d44394e07271ed8.tar.gz gentoo-2-2bdc1286cfceef7207f8aed21d44394e07271ed8.tar.bz2 gentoo-2-2bdc1286cfceef7207f8aed21d44394e07271ed8.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 |