pkgsrc/x11/liboldXrandr/patches/patch-aa
schmonz 14ffa9571b Move Xrandr to liboldXrandr (name suggested by joerg) so it can be
checked out on a case-insensitive filesystem without interfering
with lowercase xrandr. PKGNAME stays the same.

Moved Xrandr to Xrandr-mixedcase in the repository [schmonz 2007-06-07]
2007-05-30 01:22:12 +00:00

17 lines
872 B
Text

$NetBSD: patch-aa,v 1.1 2007/05/30 01:22:13 schmonz Exp $
--- configure.orig 2003-12-04 18:33:43.000000000 +0100
+++ configure
@@ -19967,9 +19967,9 @@ echo "${ECHO_T}$RANDR_LIBS" >&6
if test $succeeded = yes; then
:
else
- { { echo "$as_me:$LINENO: error: Library requirements (randr >= $RANDR_VERSION xext xrender) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
-echo "$as_me: error: Library requirements (randr >= $RANDR_VERSION xext xrender) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
- { (exit 1); exit 1; }; }
+ RANDR_CFLAGS="$CFLAGS"
+ RANDR_LIBS="$LDFLAGS"
+ X_LIBS="-lXrender -lXext $X_LIBS"
fi