pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cogl specify gl-libname without extension and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ed1e7b934be
branches:  trunk
changeset: 629702:2ed1e7b934be
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jan 26 08:43:29 2014 +0000

description:
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:

 graphics/cogl/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b2022a080626 -r 2ed1e7b934be graphics/cogl/options.mk
--- a/graphics/cogl/options.mk  Sun Jan 26 08:18:38 2014 +0000
+++ b/graphics/cogl/options.mk  Sun Jan 26 08:43:29 2014 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index