diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-30 06:12:31 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-30 06:12:31 +0000 |
commit | e5f6bf42796dc4f478b0c4306781dbdbb3fc7db8 (patch) | |
tree | 966310a72c5e37b14d41fe3f3cd78fe27cf802b8 /editors/openoffice-3 | |
parent | New 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 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk new file mode 100644 index 000000000000..15f987ab46fc --- /dev/null +++ b/editors/openoffice-3/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 + |