pkgsrc/x11/openmotif/patches/patch-ab
jlam 46ab1d5f06 Fix OpenMotif package to not overwrite X11R6 files when installed without
xpkgwedge.  Also, OpenMotif can actually be installed into ${LOCALBASE}
if xpkgwedge is installed.  Use x11.buildlink.mk and mark as
USE_BUILDLINK_ONLY, and add a buildlink.mk file for use by other package
Makefiles.
2001-09-08 20:03:43 +00:00

10 lines
318 B
Text

$NetBSD: patch-ab,v 1.2 2001/09/08 20:03:44 jlam Exp $
--- bitmaps/Imakefile.orig Fri Sep 7 22:06:54 2001
+++ bitmaps/Imakefile
@@ -56,4 +56,4 @@
all::
-InstallMultipleFlags($(HEADERS),$(XPROJECTROOT)/include/X11/bitmaps/,$(INSTINCFLAGS))
+InstallMultipleFlags($(HEADERS),$(INCDIR)/X11/bitmaps,$(INSTINCFLAGS))