openbsd-ports/x11/openmotif/patches/patch-config-Imakefile
matt 5fe4d9edf9 From maintainer (smcho@tsp.korea.ac.kr):
- bring in latest patches
- added subpackages for demos and debuglibs
- only install Motif.rules and Motif.tmpl in config
- don't build config tools that OpenBSD already has
2001-01-03 00:02:55 +00:00

13 lines
412 B
Plaintext

--- config/Imakefile.orig Fri Apr 28 08:04:08 2000
+++ config/Imakefile Mon Nov 20 20:45:12 2000
@@ -5,7 +5,8 @@
#undef BootstrapCleanSubdirs
#define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"
-BOOTSTRAPSUBDIRS = imake makedepend
+/* we don't need to build imake and makedepend */
+/* BOOTSTRAPSUBDIRS = imake makedepend */
SUBDIRS = cf $(BOOTSTRAPSUBDIRS) util
MakeSubdirs($(SUBDIRS))