diff options
author | tron <tron@pkgsrc.org> | 1998-03-25 18:32:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-25 18:32:00 +0000 |
commit | 79f33c13bd1a79a9a9903c8759c4456bac3794fc (patch) | |
tree | 816f7046a4c5faf3ec0c738de39570ce3660ee6e /x11/fvwm1/patches | |
parent | 1441c12337f3c0d3631a1d52c429e73599b47c95 (diff) | |
download | pkgsrc-79f33c13bd1a79a9a9903c8759c4456bac3794fc.tar.gz |
Fix two problem coexistence problems:
- Don't install "xpmroot", depend on the "xpmroot" package instead.
- Don't clobber fvm-2's manual pages.
Diffstat (limited to 'x11/fvwm1/patches')
-rw-r--r-- | x11/fvwm1/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/fvwm1/patches/patch-ab b/x11/fvwm1/patches/patch-ab new file mode 100644 index 00000000000..3e6e51c5d07 --- /dev/null +++ b/x11/fvwm1/patches/patch-ab @@ -0,0 +1,11 @@ +--- Imakefile.orig Fri Dec 2 20:04:20 1994 ++++ Imakefile Wed Mar 25 00:36:03 1998 +@@ -28,7 +28,7 @@ + modules/FvwmWinList + + #ifdef XPM +-XPMSUBDIRS = xpmroot modules/FvwmBanner ++XPMSUBDIRS = modules/FvwmBanner + #endif + + SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS) |