summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-30 06:12:31 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-30 06:12:31 +0000
commite5f6bf42796dc4f478b0c4306781dbdbb3fc7db8 (patch)
tree966310a72c5e37b14d41fe3f3cd78fe27cf802b8 /editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk
parentNew port: net/bitlbee (diff)
remove unnessary -lstlport_gcc.
this flag prevents normal installtion procedure. namely instsetoo/<something>/setup requires stlport_gcc, which doesn't actually need stlport_gcc.
Notes
Notes: svn path=/head/; revision=88049
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk
new file mode 100644
index 000000000000..15f987ab46fc
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-solenv+inc+unxfbsdi.mk
@@ -0,0 +1,19 @@
+--- ../solenv/inc/unxfbsdi.mk.org Thu Aug 28 07:35:37 2003
++++ ../solenv/inc/unxfbsdi.mk Fri Aug 29 22:42:08 2003
+@@ -200,12 +200,12 @@
+ # libraries for linking applications
+ STDLIBCUIST=-lm
+ STDLIBGUIST=-lXaw -lXt -lX11 -lm
+-STDLIBGUIMT=-lXaw -lXt -lX11 $(PTHREAD_LIBS) -lm -lstlport_gcc
+-STDLIBCUIMT=$(PTHREAD_LIBS) -lm -lstlport_gcc
++STDLIBGUIMT=-lXaw -lXt -lX11 $(PTHREAD_LIBS) -lm
++STDLIBCUIMT=$(PTHREAD_LIBS) -lm
+
+ # libraries for linking shared libraries
+-STDSHLGUIMT=-lXaw -lXt -lX11 -lXext $(PTHREAD_LIBS) -lm -lstlport_gcc
+-STDSHLCUIMT=$(PTHREAD_LIBS) -lm -lstlport_gcc
++STDSHLGUIMT=-lXaw -lXt -lX11 -lXext $(PTHREAD_LIBS) -lm
++STDSHLCUIMT=$(PTHREAD_LIBS) -lm
+
+ LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive
+