mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
20 lines
859 B
Plaintext
20 lines
859 B
Plaintext
$NetBSD: patch-ab,v 1.4 2011/01/17 19:44:59 drochner Exp $
|
|
|
|
--- lib/Makefile.in.orig 2009-10-01 18:04:07.000000000 +0000
|
|
+++ lib/Makefile.in
|
|
@@ -354,10 +354,12 @@ am__objects_3 = apiwrapper.lo bitpack.lo
|
|
@THEORA_DISABLE_ENCODE_FALSE@ $(am__objects_6)
|
|
am_libtheora_la_OBJECTS = $(am__objects_3) $(am__objects_7)
|
|
libtheora_la_OBJECTS = $(am_libtheora_la_OBJECTS)
|
|
-libtheoradec_la_LIBADD =
|
|
+libtheoradec_la_DEPENDENCIES = libtheora.la
|
|
+libtheoradec_la_LIBADD = libtheora.la
|
|
am_libtheoradec_la_OBJECTS = $(am__objects_3)
|
|
libtheoradec_la_OBJECTS = $(am_libtheoradec_la_OBJECTS)
|
|
-libtheoraenc_la_LIBADD =
|
|
+libtheoraenc_la_DEPENDENCIES = libtheora.la
|
|
+libtheoraenc_la_LIBADD = libtheora.la
|
|
@THEORA_DISABLE_ENCODE_FALSE@am__objects_8 = mmxfrag.lo mmxidct.lo \
|
|
@THEORA_DISABLE_ENCODE_FALSE@ mmxstate.lo x86state.lo
|
|
@THEORA_DISABLE_ENCODE_FALSE@am__objects_9 =
|