From 8eab8faced2dc1dd47ea3e0b11005cece00f93a4 Mon Sep 17 00:00:00 2001 From: dcoppa Date: Thu, 22 Mar 2012 13:00:42 +0000 Subject: [PATCH] Fix a typo into the gnu configure script resulting in SDL not using the dynamic loading with the XRender and Xrandr libraries. From brad --- devel/sdl/Makefile | 4 ++-- devel/sdl/patches/patch-configure | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/sdl/Makefile b/devel/sdl/Makefile index d33a904e4e6..d2326d47fdd 100644 --- a/devel/sdl/Makefile +++ b/devel/sdl/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.83 2012/03/04 01:33:22 jsg Exp $ +# $OpenBSD: Makefile,v 1.84 2012/03/22 13:00:42 dcoppa Exp $ COMMENT= cross-platform multimedia library VERSION= 1.2.15 DISTNAME= SDL-${VERSION} PKGNAME= ${DISTNAME:L} -REVISION= 0 +REVISION= 1 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE}release/ diff --git a/devel/sdl/patches/patch-configure b/devel/sdl/patches/patch-configure index 902e7a2902f..25b595403f2 100644 --- a/devel/sdl/patches/patch-configure +++ b/devel/sdl/patches/patch-configure @@ -1,6 +1,6 @@ -$OpenBSD: patch-configure,v 1.23 2012/03/04 01:33:22 jsg Exp $ ---- configure.orig Thu Jan 19 01:30:12 2012 -+++ configure Sat Mar 3 05:22:20 2012 +$OpenBSD: patch-configure,v 1.24 2012/03/22 13:00:42 dcoppa Exp $ +--- configure.orig Thu Jan 19 07:30:12 2012 ++++ configure Thu Mar 22 13:52:46 2012 @@ -21000,6 +21000,20 @@ _ACEOF fi } @@ -30,7 +30,7 @@ $OpenBSD: patch-configure,v 1.23 2012/03/04 01:33:22 jsg Exp $ + x11_lib='libX11.so' + x11ext_lib='libXext.so' + xrender_lib='libXrender.so' -+ xrander_lib='libXrandr.so' ++ xrandr_lib='libXrandr.so' + ;; *) x11_lib=`find_lib "libX11.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`