diff options
author | maho <maho@FreeBSD.org> | 2004-03-15 20:47:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-15 20:47:18 +0800 |
commit | c47d0b5f87d51a5c5eb2aab5e0e05c260be7f05b (patch) | |
tree | ba2746221f906c7e1085c4740d27305a6347ebec /editors/openoffice-1.1-devel | |
parent | 2f30b586c11445042dfa619e1f5abd6e34d20efa (diff) | |
download | freebsd-ports-gnome-c47d0b5f87d51a5c5eb2aab5e0e05c260be7f05b.tar.gz freebsd-ports-gnome-c47d0b5f87d51a5c5eb2aab5e0e05c260be7f05b.tar.zst freebsd-ports-gnome-c47d0b5f87d51a5c5eb2aab5e0e05c260be7f05b.zip |
Add $(STDLIBCPP)
http://qa.openoffice.org/issues/show_bug.cgi?id=25500
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r-- | editors/openoffice-1.1-devel/files/patch-solenv+inc+unxfbsdi.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice-1.1-devel/files/patch-solenv+inc+unxfbsdi.mk new file mode 100644 index 000000000000..dd0dbb067109 --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-solenv+inc+unxfbsdi.mk @@ -0,0 +1,11 @@ +--- ../solenv/inc/unxfbsdi.mk.orig Sat Jan 10 03:59:13 2004 ++++ ../solenv/inc/unxfbsdi.mk Fri Mar 12 21:39:05 2004 +@@ -211,7 +211,7 @@ + LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive + + # STLport always needs pthread. +-LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS) ++LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(STDLIBCPP) $(PTHREAD_LIBS) + LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS) + + # name of library manager |