pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nspluginwrapper



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Sep 24 17:33:50 UTC 2019

Modified Files:
        pkgsrc/www/nspluginwrapper: distinfo
Added Files:
        pkgsrc/www/nspluginwrapper/patches: patch-configure

Log Message:
nspluginwrapper: Link with -lgthread-2.0

Otherwise there is a missing symbol with at least g_thread_init.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/nspluginwrapper/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/nspluginwrapper/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nspluginwrapper/distinfo
diff -u pkgsrc/www/nspluginwrapper/distinfo:1.15 pkgsrc/www/nspluginwrapper/distinfo:1.16
--- pkgsrc/www/nspluginwrapper/distinfo:1.15    Sat Oct 15 15:18:01 2016
+++ pkgsrc/www/nspluginwrapper/distinfo Tue Sep 24 17:33:50 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2016/10/15 15:18:01 tsutsui Exp $
+$NetBSD: distinfo,v 1.16 2019/09/24 17:33:50 kamil Exp $
 
 SHA1 (nspluginwrapper-1.4.4-suse121-generic.i386.tar.gz) = cc093d1c6d6729434ec90e216afeae1601e0b3b4
 RMD160 (nspluginwrapper-1.4.4-suse121-generic.i386.tar.gz) = a9d79dcd31efc4b1a9b71e29694eff9c8555b10d
@@ -15,6 +15,7 @@ Size (nspluginwrapper-1.4.4.tar.gz) = 41
 SHA1 (patch-aa) = b39ff156d0a769e44140a713b8ffc2b50a8022d4
 SHA1 (patch-ab) = 20dc1b6ff4036a0946dd469860eb9b6c129fdb7a
 SHA1 (patch-ac) = 87cb838f6b203947d9efc4350313e410d06d486e
+SHA1 (patch-configure) = 136057f414322b59fd0230fa84c3339226a91c89
 SHA1 (patch-src_npw-config-template.h) = 01af56f639ce88f7896fb733107bb4436cd299a5
 SHA1 (patch-src_npw-player.c) = c054f19e7067aafee347e0398673345fe56ae12e
 SHA1 (patch-src_npw-viewer.c) = eb8855ae6d1015eb7627ada5c39af5e0d80f0e75

Added files:

Index: pkgsrc/www/nspluginwrapper/patches/patch-configure
diff -u /dev/null pkgsrc/www/nspluginwrapper/patches/patch-configure:1.1
--- /dev/null   Tue Sep 24 17:33:50 2019
+++ pkgsrc/www/nspluginwrapper/patches/patch-configure  Tue Sep 24 17:33:50 2019
@@ -0,0 +1,17 @@
+$NetBSD: patch-configure,v 1.1 2019/09/24 17:33:50 kamil Exp $
+
+Fix missing linking with -lgthread-2.0.
+
+--- configure.orig     2011-07-01 03:18:57.000000000 +0000
++++ configure
+@@ -499,8 +499,8 @@ fi
+ 
+ # check for Glib 2.0 compile CFLAGS
+ if $pkgconfig --exists glib-2.0; then
+-    GLIB_CFLAGS=`$pkgconfig --cflags glib-2.0`
+-    GLIB_LIBS=`$pkgconfig --libs glib-2.0`
++    GLIB_CFLAGS=`$pkgconfig --cflags glib-2.0 gthread-2.0`
++    GLIB_LIBS=`$pkgconfig --libs glib-2.0 gthread-2.0`
+     GLIB_VERSION=`$pkgconfig --modversion glib-2.0`
+ else
+     echo "GLIB 2.0 environment not found"



Home | Main Index | Thread Index | Old Index