diff options
author | dsainty <dsainty> | 2010-06-15 13:15:15 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2010-06-15 13:15:15 +0000 |
commit | a71748270a171c3e20a8f330fe2fcd772e4f5aa3 (patch) | |
tree | 70ac05ccd1cf7de8abb0ae7cb40079961a9a3e23 /x11 | |
parent | 8cd391915861d13c226ff8fe69ba4df969da8d95 (diff) | |
download | pkgsrc-a71748270a171c3e20a8f330fe2fcd772e4f5aa3.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')
-rw-r--r-- | x11/wxGTK28/Makefile.common | 3 |
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" |