pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/exempi



Module Name:    pkgsrc
Committed By:   richard
Date:           Fri Sep 16 15:43:26 UTC 2016

Modified Files:
        pkgsrc/devel/exempi: Makefile

Log Message:
Include pthread.buildlink3.mk and set PTHREAD_AUTO_VARS in order
to fix Linux build.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/exempi/Makefile

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

Modified files:

Index: pkgsrc/devel/exempi/Makefile
diff -u pkgsrc/devel/exempi/Makefile:1.23 pkgsrc/devel/exempi/Makefile:1.24
--- pkgsrc/devel/exempi/Makefile:1.23   Thu Aug 11 00:35:40 2016
+++ pkgsrc/devel/exempi/Makefile        Fri Sep 16 15:43:26 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/08/11 00:35:40 mef Exp $
+# $NetBSD: Makefile,v 1.24 2016/09/16 15:43:26 richard Exp $
 
 DISTNAME=      exempi-2.3.0
 CATEGORIES=    devel graphics
@@ -18,6 +18,8 @@ USE_LANGUAGES=        c c++
 
 CONFIGURE_ARGS+=       LIBS=${BUILDLINK_LDADD.iconv:Q}
 
+PTHREAD_AUTO_VARS=     yes
+
 PKGCONFIG_OVERRIDE+=   exempi/exempi-2.0.pc.in
 
 .include "options.mk"
@@ -25,4 +27,5 @@ PKGCONFIG_OVERRIDE+=  exempi/exempi-2.0.p
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index