summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland>2012-12-24 03:58:56 +0000
committerdholland <dholland>2012-12-24 03:58:56 +0000
commite3d8870385ea5b0c52580e44d2e7a3ffab6578a3 (patch)
tree5da68e947b6f4a0538ea9c2bc678b8c305c1ed3f /devel
parentfbda9d1867d6a4675de0330e94c5a93ee1cd02a8 (diff)
downloadpkgsrc-e3d8870385ea5b0c52580e44d2e7a3ffab6578a3.tar.gz
Use pkg-config to get libXtst. This way we don't lose its rpaths; fixes
build with native X11.
Diffstat (limited to 'devel')
-rw-r--r--devel/swt/files/make_pkgsrc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swt/files/make_pkgsrc.mak b/devel/swt/files/make_pkgsrc.mak
index 07e2ec746f3..f3e168aad32 100644
--- a/devel/swt/files/make_pkgsrc.mak
+++ b/devel/swt/files/make_pkgsrc.mak
@@ -1,4 +1,4 @@
-# $NetBSD: make_pkgsrc.mak,v 1.2 2010/07/02 20:41:39 joerg Exp $
+# $NetBSD: make_pkgsrc.mak,v 1.3 2012/12/24 03:58:56 dholland Exp $
#*******************************************************************************
# Copyright (c) 2000, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
@@ -47,7 +47,7 @@ CAIROLIBS = `pkg-config --libs-only-L cairo` `pkg-config --libs-only-other cairo
# Do not use pkg-config to get libs because it includes unnecessary dependencies (i.e. pangoxft-1.0)
GTKCFLAGS = `pkg-config --cflags gtk+-2.0`
-GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` `pkg-config --libs-only-other gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -lXtst
+GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` `pkg-config --libs-only-other gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 `pkgconfig --libs xtst`
CDE_LIBS = -L$(CDE_HOME)/lib -R$(CDE_HOME)/lib -lXt -lX11 -lDtSvc