Skip to content

Commit

Permalink
Link explicitly against pthread.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg committed Sep 2, 2007
1 parent ac67e3e commit 389a45d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion graphics/gimp-color-manager/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2007/06/05 05:37:27 wiz Exp $
# $NetBSD: Makefile,v 1.15 2007/09/02 13:50:39 joerg Exp $
#

DISTNAME= gimp-color-manager-0.1.0
Expand All @@ -14,8 +14,11 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool pkg-config
GNU_CONFIGURE= yes

PTHREAD_AUTO_VARS= yes

MAKE_ENV+= mkinstalldirs=${INSTALL_DATA_DIR:Q}

.include "../../graphics/gimp/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 389a45d

Please sign in to comment.