SOURCES: openoffice.org-STL-lib64.diff (NEW) - added to CVS

glen glen at pld-linux.org
Thu Jul 28 15:14:40 CEST 2005


Author: glen                         Date: Thu Jul 28 13:14:40 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added to CVS

---- Files affected:
SOURCES:
   openoffice.org-STL-lib64.diff (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openoffice.org-STL-lib64.diff
diff -u /dev/null SOURCES/openoffice.org-STL-lib64.diff:1.1
--- /dev/null	Thu Jul 28 15:14:40 2005
+++ SOURCES/openoffice.org-STL-lib64.diff	Thu Jul 28 15:14:35 2005
@@ -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
================================================================



More information about the pld-cvs-commit mailing list