pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/ggiterm ggiterm links against multi-threaded libra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b26ef0aab64
branches:  trunk
changeset: 506132:5b26ef0aab64
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 12 13:32:47 2006 +0000

description:
ggiterm links against multi-threaded library, ensure that it is linked
explicitly with -pthread on DragonFly.

diffstat:

 x11/ggiterm/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 6b082e1a64a2 -r 5b26ef0aab64 x11/ggiterm/Makefile
--- a/x11/ggiterm/Makefile      Thu Jan 12 13:29:45 2006 +0000
+++ b/x11/ggiterm/Makefile      Thu Jan 12 13:32:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:48:06 tv Exp $
+# $NetBSD: Makefile,v 1.3 2006/01/12 13:32:47 joerg Exp $
 #
 
 DISTNAME=              ggiterm-0.7.0
@@ -12,6 +12,8 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+PTHREAD_AUTO_VARS=     yes
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ggiterm
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ggiterm
@@ -20,4 +22,5 @@
 
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/libggiwmh/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index