diff options
author | skrll <skrll@pkgsrc.org> | 2002-05-30 12:33:26 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-05-30 12:33:26 +0000 |
commit | 203cb7c53fa094d8334a6b190b576a257fa5f0d5 (patch) | |
tree | fc7c01935b6de57fa0876bdec07a4164cc0c9906 /x11/qt3-libs/patches | |
parent | c0436f544360df8bce468c357c16c5f54037e386 (diff) | |
download | pkgsrc-203cb7c53fa094d8334a6b190b576a257fa5f0d5.tar.gz |
Fix the detection of freetype 2 and opengl. Thanks to Chris Gilbert for
this.
While I'm here fix the qt3-libs dependency in qt3-tools and the fact that
the qt library was being built (needlessly) in qt3-tools.
Diffstat (limited to 'x11/qt3-libs/patches')
-rw-r--r-- | x11/qt3-libs/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/qt3-libs/patches/patch-aa b/x11/qt3-libs/patches/patch-aa new file mode 100644 index 00000000000..e52c4f01b2a --- /dev/null +++ b/x11/qt3-libs/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2002/05/30 12:33:27 skrll Exp $ + +--- Makefile.orig Thu May 30 09:42:36 2002 ++++ Makefile +@@ -47,7 +47,7 @@ + cd tools && $(MAKE) uninstall + tools-install: sub-tools + cd tools && $(MAKE) install +-sub-tools: sub-plugins FORCE ++sub-tools: FORCE + cd tools && $(MAKE) + + #qmake |