summaryrefslogtreecommitdiff
path: root/x11/wxGTK28
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2010-06-15 13:15:15 +0000
committerdsainty <dsainty@pkgsrc.org>2010-06-15 13:15:15 +0000
commit54370afde5ed31cc955623f399a8a5daa66c2b83 (patch)
tree70ac05ccd1cf7de8abb0ae7cb40079961a9a3e23 /x11/wxGTK28
parent27907a5dc3ae4b12506b74e743ab91fab435405e (diff)
downloadpkgsrc-54370afde5ed31cc955623f399a8a5daa66c2b83.tar.gz
Explicitly pull in libXxf86vm, since configure looks for it, and may
incorrectly locate native copies. Fixes build on some Linux systems.
Diffstat (limited to 'x11/wxGTK28')
-rw-r--r--x11/wxGTK28/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wxGTK28/Makefile.common b/x11/wxGTK28/Makefile.common
index 2ae55152fa9..9eeebe6797d 100644
--- a/x11/wxGTK28/Makefile.common
+++ b/x11/wxGTK28/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2010/02/16 17:38:14 taca Exp $
+# $NetBSD: Makefile.common,v 1.6 2010/06/15 13:15:15 dsainty Exp $
#
# used by x11/wxGTK28/Makefile
@@ -68,5 +68,6 @@ pre-configure:
.include "../../textproc/expat/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"