summaryrefslogtreecommitdiff
path: root/graphics/cogl
diff options
context:
space:
mode:
authorobache <obache>2014-01-26 08:43:29 +0000
committerobache <obache>2014-01-26 08:43:29 +0000
commitf2b42a4c084cbd63ecce572cc33ec5852ee36a20 (patch)
tree0ded73f1103072a61a79d1aca8cc66eaa7cec8aa /graphics/cogl
parente332ec63cd01c58a7a3d2b67bd898c588deda869 (diff)
downloadpkgsrc-f2b42a4c084cbd63ecce572cc33ec5852ee36a20.tar.gz
specify gl-libname without extension and shlib major version.
default ligGL.so.1 match to pkgsrc one with ELF, but not for builtin one.
Diffstat (limited to 'graphics/cogl')
-rw-r--r--graphics/cogl/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cogl/options.mk b/graphics/cogl/options.mk
index 6038b851e80..73daa56f4a5 100644
--- a/graphics/cogl/options.mk
+++ b/graphics/cogl/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2014/01/03 12:32:24 obache Exp $
+# $NetBSD: options.mk,v 1.3 2014/01/26 08:43:29 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.cogl
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --enable-introspection=no
PLIST.x11= yes
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --enable-gdk-pixbuf
+CONFIGURE_ARGS+= --with-gl-libname=libGL
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"