diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-03 06:53:54 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-03 06:53:54 +0800 |
commit | bb7985ef3c16d8f090de561f6ca2c5498d6a20e4 (patch) | |
tree | b2ad28eb38533cab29024c0923faf02b870b4e7c /editors/openoffice.org-2 | |
parent | e312b02b8c6e2f48168c09d3154b456629ceb868 (diff) | |
download | freebsd-ports-gnome-bb7985ef3c16d8f090de561f6ca2c5498d6a20e4.tar.gz freebsd-ports-gnome-bb7985ef3c16d8f090de561f6ca2c5498d6a20e4.tar.zst freebsd-ports-gnome-bb7985ef3c16d8f090de561f6ca2c5498d6a20e4.zip |
Some other ln -s -> ln -fs
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/files/patch-product+util+makefile.mk | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/editors/openoffice.org-2/files/patch-product+util+makefile.mk b/editors/openoffice.org-2/files/patch-product+util+makefile.mk index 2dc8e918f479..cee4a53a6659 100644 --- a/editors/openoffice.org-2/files/patch-product+util+makefile.mk +++ b/editors/openoffice.org-2/files/patch-product+util+makefile.mk @@ -1,5 +1,5 @@ ---- ../product/util/makefile.mk.orig Sun Jun 2 22:47:14 2002 -+++ ../product/util/makefile.mk Sun Jun 2 23:32:44 2002 +--- ../product/util/makefile.mk.orig Sat Apr 6 12:01:11 2002 ++++ ../product/util/makefile.mk Mon Jun 3 00:00:57 2002 @@ -108,12 +108,20 @@ STLPORTLIBNAME=libstlport_gcc.so BINDINGDLL=$(COMNAME)_uno @@ -35,7 +35,7 @@ .ELIF "$(OS)"=="NETBSD" ########### # NETBSD -@@ -447,6 +448,20 @@ +@@ -438,13 +439,27 @@ #--------------------------------------------------------- # special targets for linux gcc3 @@ -56,12 +56,24 @@ $(DESTDIRDLL)$/libstdc++.so.3.0.1 : $(DLLOUT)$/libstdc++.so.3.0.1 $(DIRLIST) -rm -f $@ $(GNUCOPY) -p $(DLLOUT)$/libstdc++.so.3.0.1 $@ -@@ -462,6 +477,8 @@ + + $(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 $@ +@@ -452,7 +467,11 @@ + $(DESTDIRDLL)$/libgcc_s.so : $(DESTDIRDLL)$/libgcc_s.so.1 $(DIRLIST) -rm -f $@ - +ln -fs libgcc_s.so.1 $@ +- +ln -s libgcc_s.so.1 $@ ++ +ln -fs libgcc_s.so.1 $@ ++ +.ENDIF +.ENDIF ++ #------------------------------------------------------------- $(DESTDIRJAR)$/%.jar : $(BINOUT)$/%.jar $(DIRLIST) |