]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- added to CVS
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 28 Jul 2005 13:14:35 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice.org-STL-lib64.diff -> 1.1

openoffice.org-STL-lib64.diff [new file with mode: 0644]

diff --git a/openoffice.org-STL-lib64.diff b/openoffice.org-STL-lib64.diff
new file mode 100644 (file)
index 0000000..85d2d09
--- /dev/null
@@ -0,0 +1,35 @@
+--- config_office/configure.in~        2005-07-28 00:12:10.000000000 +0300
++++ config_office/configure.in 2005-07-28 00:12:50.000000000 +0300
+@@ -1751,10 +1751,14 @@
+                                  fi
+                          fi
+                  else
+-                         if test -f "$STLPORT4/lib/libstlport_gcc.so"; then
++                         if test -f "$STLPORT4/lib64/libstlport_gcc.so"; then
+                                  AC_MSG_RESULT([checked])
+                          else
+-                                 AC_MSG_ERROR([STLport4 libraries not found])
++               if test -f "$STLPORT4/lib/libstlport_gcc.so"; then
++                  AC_MSG_RESULT([checked])
++               else
++                  AC_MSG_ERROR([STLport4 libraries not found])
++               fi
+                          fi
+                  fi
+          fi
+
+
+# this one is ugly, it will break if you have STLPORT installed for both (32/64) archs
+# but i didn't want to make this patch arch specific either. perhaps test for
+# glob would be cleaner solution. glen 2005-07-28
+--- stlport/makefile.mk~       2005-07-28 01:22:23.000000000 +0300
++++ stlport/makefile.mk        2005-07-28 01:22:24.000000000 +0300
+@@ -207,7 +207,7 @@
+ all :
+        @echo "         An already available installation of STLport has been chosen in the configure process."
+        @echo "         Therefore the version provided here does not need to be built in addition."
+-       +$(COPY) $(STLPORT4)$/lib$/*stlport*$(DLLPOST) $(DLLDEST)
++       +$(COPY) $(STLPORT4)$/lib*$/*stlport*$(DLLPOST) $(DLLDEST)
+ .ENDIF
+ .INCLUDE :    set_ext.mk
This page took 0.03126 seconds and 4 git commands to generate.