openbsd-ports/x11/qt2/patches/patch-examples_Makefile_in
espie a8f12c9bdb Update to qt2 2.0.
More patches to not build gl by default (dependency on Mesa)
and to build all examples.

Still need to investigate gnm, and check whether the gl flavor is actually
ok.
2000-09-22 15:02:34 +00:00

16 lines
387 B
Plaintext

--- examples/Makefile.in.orig Fri Sep 22 14:56:12 2000
+++ examples/Makefile.in Fri Sep 22 15:21:20 2000
@@ -56,6 +56,12 @@ SUBDIRS = aclock \
wizard \
xform
+SUBDIRS += biff box canvas desktop fileiconview ftpclient gear httpd \
+ iconview mail mdi networkprotocol overlay overlay_x11 statistics \
+ xmlquotes
+SUBDIRS += $(EXTRA_SAMPLES)
+
+
all:
$(MAKE) $(SUBDIRS)