pkgsrc/graphics/qore-glut-module/patches/patch-configure
wiz e50c085c48 Import qore-glut-module-0.0.3nb3 as graphics/qore-glut-module,
packaged for wip by nros.

GLUT Qore module. This module provides GLUT bindings for the Qore
language.
2014-12-30 15:58:20 +00:00

13 lines
447 B
Text

$NetBSD: patch-configure,v 1.1 2014/12/30 15:58:21 wiz Exp $
pkgsrc doesn't have lib64 so don't set it (fixes build on linux).
http://sf.net/p/qore/code/6817/
--- configure.orig 2014-11-01 14:04:18.108550253 +0000
+++ configure
@@ -15426,7 +15426,6 @@ if test "$enable_64bit" = "yes"; then
*linux*) if test "$GXX" = "yes"; then
CXXFLAGS="$CXXFLAGS -m64"
fi
- LIBSUFFIX=64
;;
*hpux*) if test "$host_cpu" = "ia64"; then