diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 21:41:34 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 21:41:34 +0000 |
commit | c0bcf00e1bbd6fd33cfeed3b9612b2a5faeb39d1 (patch) | |
tree | 1a9f5e7ad35d941f79ae3e514df10ea9db17811d /editors/openoffice-3-devel/files/patch-psprint::util::makefile.mk | |
parent | Update to 0.4.5. (diff) |
Another patchset from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>
Notes
Notes:
svn path=/head/; revision=55416
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-psprint::util::makefile.mk')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-psprint::util::makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-psprint::util::makefile.mk b/editors/openoffice-3-devel/files/patch-psprint::util::makefile.mk new file mode 100644 index 000000000000..faa0b78f18b1 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-psprint::util::makefile.mk @@ -0,0 +1,12 @@ +--- ../psprint/util/makefile.mk.orig Sat Mar 2 22:24:38 2002 ++++ ../psprint/util/makefile.mk Sat Mar 2 22:25:27 2002 +@@ -91,7 +91,9 @@ + .IF "$(OS)"=="SOLARIS" + SHL1VERSIONMAP=libpsp_solaris.map + .ELSE # should work for all gcc/binutils based linker (ld) ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP=libpsp_linux.map ++.ENDIF + .ENDIF + SHL1STDLIBS=$(UNOTOOLSLIB) \ + $(TOOLSLIB) \ |