diff options
author | will <will@FreeBSD.org> | 2000-05-29 13:21:33 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-29 13:21:33 +0800 |
commit | ca5919ba11c850dde6717c65c0c71c54cd578443 (patch) | |
tree | 7309f6c0b5619c17e1c770353c151ad20f2554d2 /x11-toolkits | |
parent | cef8d0a56f2dce49800e831b2cc4d5b76b6b544c (diff) | |
download | freebsd-ports-gnome-ca5919ba11c850dde6717c65c0c71c54cd578443.tar.gz freebsd-ports-gnome-ca5919ba11c850dde6717c65c0c71c54cd578443.tar.zst freebsd-ports-gnome-ca5919ba11c850dde6717c65c0c71c54cd578443.zip |
Make Qt 1.45 compile without those useless examples/tutorials, which only
serve to waste CPU time.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt145/files/patch-ac | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/qt145/files/patch-ac b/x11-toolkits/qt145/files/patch-ac new file mode 100644 index 000000000000..ef21e277bc0f --- /dev/null +++ b/x11-toolkits/qt145/files/patch-ac @@ -0,0 +1,20 @@ +--- Makefile Fri Feb 26 12:02:39 1999 ++++ Makefile.new Mon May 29 00:59:55 2000 +@@ -4,7 +4,7 @@ + # Read PORTING for instructions how to port Qt to a new platform. + + +-all: moc src tutorial examples ++all: moc src + @echo + @echo "The Qt library is now built in ./lib" + @echo "The Qt examples are built in the directories in ./examples" +@@ -32,8 +32,6 @@ + + depend: + cd src; $(MAKE) depend +- cd tutorial; $(MAKE) depend +- cd examples; $(MAKE) depend + + config: variables + -rm variables |