]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice.org-stl-amd64.patch
- updated
[packages/libreoffice.git] / openoffice.org-stl-amd64.patch
1 --- config_office/configure.in~ 2007-01-03 23:21:35.000000000 +0200
2 +++ config_office/configure.in  2007-01-04 00:14:05.000000000 +0200
3 @@ -2116,9 +2117,9 @@
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 -                          elif test -f "$STLPORT4/lib/libstlport.so"; then
11 +                          elif test -f "$STLPORT4/lib64/libstlport.so"; then
12                                    AC_MSG_RESULT([checked])
13                                    STLPORT_VER=500
14                            else
15 --- stlport/makefile.mk~        2007-01-03 01:28:58.000000000 +0200
16 +++ stlport/makefile.mk 2007-01-03 01:29:02.000000000 +0200
17 @@ -204,7 +204,7 @@
18  all :
19         @echo "         An already available installation of STLport has been chosen in the configure process."
20         @echo "         Therefore the version provided here does not need to be built in addition."
21 -       +$(COPY) $(STLPORT4)$/lib$/*stlport*$(DLLPOST) $(DLLDEST)
22 +       +$(COPY) $(STLPORT4)$/lib64$/*stlport*$(DLLPOST) $(DLLDEST)
23  .ENDIF
24  
25  .INCLUDE :     set_ext.mk
This page took 0.036834 seconds and 4 git commands to generate.