]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice.org-stl-amd64.patch
- fix stlport system lib detection
[packages/libreoffice.git] / openoffice.org-stl-amd64.patch
CommitLineData
d740630d
ER
1--- ooo-build-src680-m180/build/src680-m180/config_office/configure.in~ 2007-01-03 00:53:05.000000000 +0200
2+++ ooo-build-src680-m180/build/src680-m180/config_office/configure.in 2007-01-03 00:54:32.000000000 +0200
3@@ -2041,7 +2041,7 @@
4 fi
5 fi
6 else
7- if test -f "$STLPORT4/lib/libstlport_gcc.so"; then
8+ if test -f "$STLPORT4/lib64/libstlport_gcc.so"; then
9 AC_MSG_RESULT([checked])
10 else
11 AC_MSG_ERROR([STLport4 libraries not found])
12--- ooo-build-src680-m180/build/src680-m180/stlport/makefile.mk~ 2007-01-03 01:28:58.000000000 +0200
13+++ ooo-build-src680-m180/build/src680-m180/stlport/makefile.mk 2007-01-03 01:29:02.000000000 +0200
14@@ -204,7 +204,7 @@
15 all :
16 @echo " An already available installation of STLport has been chosen in the configure process."
17 @echo " Therefore the version provided here does not need to be built in addition."
18- +$(COPY) $(STLPORT4)$/lib$/*stlport*$(DLLPOST) $(DLLDEST)
19+ +$(COPY) $(STLPORT4)$/lib64$/*stlport*$(DLLPOST) $(DLLDEST)
20 .ENDIF
21
22 .INCLUDE : set_ext.mk
This page took 0.079538 seconds and 4 git commands to generate.