diff options
Diffstat (limited to 'x11-wm/ion3/files/patch-rules.mk')
-rw-r--r-- | x11-wm/ion3/files/patch-rules.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/ion3/files/patch-rules.mk b/x11-wm/ion3/files/patch-rules.mk new file mode 100644 index 000000000000..0dbc8606502d --- /dev/null +++ b/x11-wm/ion3/files/patch-rules.mk @@ -0,0 +1,10 @@ +--- rules.mk Wed Apr 7 09:15:54 2004 ++++ rules.mk.bsd Sun Apr 11 12:55:10 2004 +@@ -91,6 +91,7 @@ + module_install: + $(INSTALLDIR) $(MODULEDIR) + $(LIBTOOL) --mode=install $(INSTALL) -s -m $(BIN_MODE) $(MODULE).la $(MODULEDIR) ++ $(INSTALL) -m $(BIN_MODE) $(MODULE).la $(MODULEDIR) + + clean_objs: + $(RM) -f $(OBJS) |