openbsd-ports/x11/openmotif/patches/patch-config-makedepend-Imakefile
mbalmer 29baf2b6c9 Update OpenMotif to version 2.3.0. This brings the additions of OpenMotif
2.2 and the new support for antialiased fonts (using Xft) and UTF-8.

I take maintainership of OpenMotif with this update.

ok simon@, kurt@, jasper@
2007-07-18 21:41:05 +00:00

10 lines
335 B
Plaintext

--- config/makedepend/Imakefile.orig Sat Jan 5 16:20:56 2002
+++ config/makedepend/Imakefile Sat Jun 30 10:25:11 2007
@@ -89,4 +89,6 @@ all::
$(CP) ProgramTargetName(makedepend) /
#endif
+#if defined(XFree86Version) && XFree86Version < 4000
InstallLinkKitNamedProg(makedepend,makedepend,$(LINKKITDIR)/config/makedepend)
+#endif