diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-11 06:34:53 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-11 06:34:53 +0800 |
commit | 865050d454ac87ec1ab8391d17d5c1f0bda45c79 (patch) | |
tree | cbe604ac83d1e9a9c3eb8fa3c64b4219b2144f3e /editors/openoffice-1.1-devel | |
parent | 85f6ed05eab75b758371da0a6237854dd1513cba (diff) | |
download | freebsd-ports-gnome-865050d454ac87ec1ab8391d17d5c1f0bda45c79.tar.gz freebsd-ports-gnome-865050d454ac87ec1ab8391d17d5c1f0bda45c79.tar.zst freebsd-ports-gnome-865050d454ac87ec1ab8391d17d5c1f0bda45c79.zip |
Add -f to ln to continue builds
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r-- | editors/openoffice-1.1-devel/files/patch-product+util+makefile.mk | 32 | ||||
-rw-r--r-- | editors/openoffice-1.1-devel/files/patch-product::util::makefile.mk | 32 |
2 files changed, 50 insertions, 14 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-product+util+makefile.mk b/editors/openoffice-1.1-devel/files/patch-product+util+makefile.mk index 0d2033b9a4b2..919c2b2e2fad 100644 --- a/editors/openoffice-1.1-devel/files/patch-product+util+makefile.mk +++ b/editors/openoffice-1.1-devel/files/patch-product+util+makefile.mk @@ -1,8 +1,8 @@ ---- ../product/util/makefile.mk.orig Sat Mar 2 22:13:11 2002 -+++ ../product/util/makefile.mk Sat Mar 2 22:14:13 2002 -@@ -111,6 +111,15 @@ +--- ../product/util/makefile.mk.orig Mon Dec 17 18:15:54 2001 ++++ ../product/util/makefile.mk Sun Mar 10 23:18:09 2002 +@@ -117,6 +117,15 @@ + STLPORTLIBNAME=stlport_vc6.dll ADDITIONAL_DLLS= \ - $(DESTDIRDLL)$/stlport_vc6.dll \ $(DESTDIRDLL)$/w9xucwrp.dll +.ELIF "$(OS)"=="FREEBSD" +########### @@ -15,8 +15,8 @@ +BINDINGDLL=gcc2_uno .ENDIF - .IF "$(STLPORTLIBNAME)" != "" -@@ -360,8 +369,8 @@ + STLPORTDEST=$(DESTDIRDLL)$/$(STLPORTLIBNAME) +@@ -373,8 +382,8 @@ $(GNUCOPY) -p $(DLLOUT)$/$(@:f) $@ $(DESTDIRDLL)$/%$(MY_VERSION_LINKPOSTFIX) : $(DESTDIRDLL)$/%$(MY_VERSION_DLLPOSTFIX) $(DIRLIST) @@ -25,5 +25,23 @@ + +ln -fs $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $@ + +ln -fs $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $(@:db) + + #--------------------------------------------------------- +@@ -385,7 +394,7 @@ + + $(DESTDIRDLL)$/libstdc++.so.3 : $(DESTDIRDLL)$/libstdc++.so.3.0.1 $(DIRLIST) + -rm -f $@ +- +ln -s libstdc++.so.3.0.1 $@ ++ +ln -fs libstdc++.so.3.0.1 $@ + + $(DESTDIRDLL)$/libgcc_s.so.1 : $(DLLOUT)$/libgcc_s.so.1 $(DIRLIST) + -rm -f $@ +@@ -393,7 +402,7 @@ + + $(DESTDIRDLL)$/libgcc_s.so : $(DESTDIRDLL)$/libgcc_s.so.1 $(DIRLIST) + -rm -f $@ +- +ln -s libgcc_s.so.1 $@ ++ +ln -fs libgcc_s.so.1 $@ + #------------------------------------------------------------- + $(DESTDIRJAR)$/%.jar : $(BINOUT)$/%.jar $(DIRLIST) - $(GNUCOPY) -p $(BINOUT)$/$(@:f) $@ diff --git a/editors/openoffice-1.1-devel/files/patch-product::util::makefile.mk b/editors/openoffice-1.1-devel/files/patch-product::util::makefile.mk index 0d2033b9a4b2..919c2b2e2fad 100644 --- a/editors/openoffice-1.1-devel/files/patch-product::util::makefile.mk +++ b/editors/openoffice-1.1-devel/files/patch-product::util::makefile.mk @@ -1,8 +1,8 @@ ---- ../product/util/makefile.mk.orig Sat Mar 2 22:13:11 2002 -+++ ../product/util/makefile.mk Sat Mar 2 22:14:13 2002 -@@ -111,6 +111,15 @@ +--- ../product/util/makefile.mk.orig Mon Dec 17 18:15:54 2001 ++++ ../product/util/makefile.mk Sun Mar 10 23:18:09 2002 +@@ -117,6 +117,15 @@ + STLPORTLIBNAME=stlport_vc6.dll ADDITIONAL_DLLS= \ - $(DESTDIRDLL)$/stlport_vc6.dll \ $(DESTDIRDLL)$/w9xucwrp.dll +.ELIF "$(OS)"=="FREEBSD" +########### @@ -15,8 +15,8 @@ +BINDINGDLL=gcc2_uno .ENDIF - .IF "$(STLPORTLIBNAME)" != "" -@@ -360,8 +369,8 @@ + STLPORTDEST=$(DESTDIRDLL)$/$(STLPORTLIBNAME) +@@ -373,8 +382,8 @@ $(GNUCOPY) -p $(DLLOUT)$/$(@:f) $@ $(DESTDIRDLL)$/%$(MY_VERSION_LINKPOSTFIX) : $(DESTDIRDLL)$/%$(MY_VERSION_DLLPOSTFIX) $(DIRLIST) @@ -25,5 +25,23 @@ + +ln -fs $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $@ + +ln -fs $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $(@:db) + + #--------------------------------------------------------- +@@ -385,7 +394,7 @@ + + $(DESTDIRDLL)$/libstdc++.so.3 : $(DESTDIRDLL)$/libstdc++.so.3.0.1 $(DIRLIST) + -rm -f $@ +- +ln -s libstdc++.so.3.0.1 $@ ++ +ln -fs libstdc++.so.3.0.1 $@ + + $(DESTDIRDLL)$/libgcc_s.so.1 : $(DLLOUT)$/libgcc_s.so.1 $(DIRLIST) + -rm -f $@ +@@ -393,7 +402,7 @@ + + $(DESTDIRDLL)$/libgcc_s.so : $(DESTDIRDLL)$/libgcc_s.so.1 $(DIRLIST) + -rm -f $@ +- +ln -s libgcc_s.so.1 $@ ++ +ln -fs libgcc_s.so.1 $@ + #------------------------------------------------------------- + $(DESTDIRJAR)$/%.jar : $(BINOUT)$/%.jar $(DIRLIST) - $(GNUCOPY) -p $(BINOUT)$/$(@:f) $@ |