diff options
author | maho <maho@FreeBSD.org> | 2003-08-30 14:12:31 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-30 14:12:31 +0800 |
commit | 4b908b775907bd3878f11e89c597652b50ee96a3 (patch) | |
tree | 6a884e17b19cf79e229d7fa7d4f46de2eafe0def /editors/openoffice-3 | |
parent | 0740d174f72b591c2ac19e15841b44ef6d841416 (diff) | |
download | freebsd-ports-gnome-4b908b775907bd3878f11e89c597652b50ee96a3.tar.gz freebsd-ports-gnome-4b908b775907bd3878f11e89c597652b50ee96a3.tar.zst freebsd-ports-gnome-4b908b775907bd3878f11e89c597652b50ee96a3.zip |
remove unnessary -lstlport_gcc.
this flag prevents normal installtion procedure.
namely instsetoo/<something>/setup requires stlport_gcc,
which doesn't actually need stlport_gcc.
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 + |