diff options
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk b/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk new file mode 100644 index 000000000000..a1945318706e --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk @@ -0,0 +1,12 @@ +--- ../starmath/util/makefile.mk.orig Tue Mar 5 21:44:02 2002 ++++ ../starmath/util/makefile.mk Tue Mar 5 21:44:22 2002 +@@ -84,7 +84,9 @@ + $(SOLARVERSION)$/$(INPATH)$/res$(EXT_UPDMINOR)$/sfx.srs + + SHL1TARGET= sm$(UPD)$(DLLPOSTFIX) ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= sm.map ++.ENDIF + .IF "$(GUI)" == "WNT" + SHL1RES= $(RCTARGET) + .ENDIF |