openbsd-ports/graphics/gle/patches/patch-configure
alek 26688087de - Remove patch-config_guess per naddy's request
- Remove graphics/glut dependency as libglut isn't used (only examples need
  it and we don't build them by default)
- Bump PKGNAME

ok naddy@
2005-01-20 19:35:10 +00:00

12 lines
353 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2005/01/20 19:35:10 alek Exp $
--- configure.orig Tue Jan 18 11:53:18 2005
+++ configure Tue Jan 18 11:53:28 2005
@@ -3192,7 +3192,6 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
X_LIBS="-lglut $X_LIBS"
else
echo "$ac_t""no" 1>&6
-{ echo "configure: error: Cannot find required glut library" 1>&2; exit 1; }
fi