DragonFly BSD
DragonFly submit List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

various patches


From: Matthias Grimm <eisofen@xxxxxxxxxxx>
Date: Tue, 29 Jun 2004 08:31:17 +0200

hello, I made some patches/overides for gstreamer-plugins, libdvdread and libmpeg2
the overides are only needed with CCVER=gcc3. The Makefile-patch is needed, because ports will barf with:
libmpeg2 # make all
"/usr/ports/Mk/bsd.autotools.mk", line 2: USE_LIBTOOL deprecated: replace with USE_LIBTOOL_VER=...


Matthias

--- libmpeg2/Makefile.orig	2004-06-29 08:08:55.000000000 +0200
+++ libmpeg2/Makefile	2004-06-29 08:03:31.000000000 +0200
@@ -17,7 +17,8 @@
 COMMENT=	A free library for decoding mpeg-2 and mpeg-1 video streams
 
 USE_XLIB=	yes
-USE_LIBTOOL=	yes
+#USE_LIBTOOL=	yes
+USE_LIBTOOL_VER=13
 USE_REINPLACE=	yes
 USE_SIZE=	yes
 INSTALLS_SHLIB=	yes

Attachment: gstreamer-plugins.tar.gz
Description: GNU Zip compressed data

Attachment: libdvdread.tar.gz
Description: GNU Zip compressed data



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]