Subject: ogle on 1.5.x -- tester needed
To: None <tech-pkg@netbsd.org>
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
List: tech-pkg
Date: 05/16/2002 14:48:36
--jI8keyz6grp/JLjh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi!

The attached patch makes ogle and ogle_gui compile on 1.5.2; if
someone could try and report if playing DVDs with the resulting binary
on 1.5.x works, I'd be grateful.

Bye,
 Thomas

-- 
Thomas Klausner - wiz@danbala.tuwien.ac.at
When all other means of communication fail, try words.

--jI8keyz6grp/JLjh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=oglediff

Index: ogle/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/ogle/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- ogle/Makefile	2002/04/28 22:12:53	1.6
+++ ogle/Makefile	2002/05/16 12:45:57
@@ -14,7 +14,7 @@
 
 BUILDLINK_DEPENDS.libxml2=	libxml2>=2.4.5
 
-ONLY_FOR_PLATFORM=	NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386
+#ONLY_FOR_PLATFORM=	NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386
 
 CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"
 
@@ -23,6 +23,9 @@
 USE_LIBTOOL=		yes
 USE_CONFIG_WRAPPER=	yes
 LIBTOOL_OVERRIDE=	${WRKSRC}/libtool
+
+.include "../../devel/binutils/buildlink.mk"
+.include "../../lang/gcc/Makefile.gcc"
 
 .include "../../devel/gettext-lib/buildlink.mk"
 .include "../../textproc/libxml2/buildlink.mk"
Index: ogle_gui/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/ogle_gui/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ogle_gui/Makefile	2002/04/28 22:21:15	1.4
+++ ogle_gui/Makefile	2002/05/16 12:45:57
@@ -28,6 +28,9 @@
 
 LDFLAGS+=	-Wl,-R${LOCALBASE}/lib/ogle -L${LOCALBASE}/lib/ogle
 
+.include "../../devel/binutils/buildlink.mk"
+.include "../../lang/gcc/Makefile.gcc"
+
 .include "../../textproc/libxml2/buildlink.mk"
 .include "../../x11/gtk/buildlink.mk"
 .include "../../mk/x11.buildlink.mk"

--jI8keyz6grp/JLjh--