diff --git a/packages/x11/xserver/xorg-server/patches/50-pkgconfig_gl.diff b/packages/x11/xserver/xorg-server/patches/50-pkgconfig_gl.diff deleted file mode 100644 index 54c36b9630..0000000000 --- a/packages/x11/xserver/xorg-server/patches/50-pkgconfig_gl.diff +++ /dev/null @@ -1,53 +0,0 @@ -diff -Naur a/configure b/configure ---- a/configure 2009-09-22 20:31:30.000000000 +0200 -+++ b/configure 2009-09-22 20:35:16.000000000 +0200 -@@ -22270,12 +22270,12 @@ - pkg_cv_GL_CFLAGS="$GL_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$GLPROTO gl >= 7.1.0\"") >&5 -- ($PKG_CONFIG --exists --print-errors "$GLPROTO gl >= 7.1.0") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$GLPROTO\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "$GLPROTO") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_GL_CFLAGS=`$PKG_CONFIG --cflags "$GLPROTO gl >= 7.1.0" 2>/dev/null` -+ pkg_cv_GL_CFLAGS=`$PKG_CONFIG --cflags "$GLPROTO" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -22286,12 +22286,12 @@ - pkg_cv_GL_LIBS="$GL_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$GLPROTO gl >= 7.1.0\"") >&5 -- ($PKG_CONFIG --exists --print-errors "$GLPROTO gl >= 7.1.0") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$GLPROTO\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "$GLPROTO") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_GL_LIBS=`$PKG_CONFIG --libs "$GLPROTO gl >= 7.1.0" 2>/dev/null` -+ pkg_cv_GL_LIBS=`$PKG_CONFIG --libs "$GLPROTO" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -22309,14 +22309,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$GLPROTO gl >= 7.1.0" 2>&1` -+ GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$GLPROTO" 2>&1` - else -- GL_PKG_ERRORS=`$PKG_CONFIG --print-errors "$GLPROTO gl >= 7.1.0" 2>&1` -+ GL_PKG_ERRORS=`$PKG_CONFIG --print-errors "$GLPROTO" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$GL_PKG_ERRORS" >&5 - -- { { $as_echo "$as_me:$LINENO: error: Package requirements ($GLPROTO gl >= 7.1.0) were not met: -+ { { $as_echo "$as_me:$LINENO: error: Package requirements ($GLPROTO) were not met: - - $GL_PKG_ERRORS -