SOURCES: esmart-layout_in_libdir.patch (NEW) - fox layout path on ...

sparky sparky at pld-linux.org
Thu Mar 16 22:38:09 CET 2006


Author: sparky                       Date: Thu Mar 16 21:38:09 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fox layout path on amd64

---- Files affected:
SOURCES:
   esmart-layout_in_libdir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/esmart-layout_in_libdir.patch
diff -u /dev/null SOURCES/esmart-layout_in_libdir.patch:1.1
--- /dev/null	Thu Mar 16 22:38:09 2006
+++ SOURCES/esmart-layout_in_libdir.patch	Thu Mar 16 22:38:03 2006
@@ -0,0 +1,17 @@
+--- esmart-0.9.0.005/configure.in~	2006-01-12 06:42:58.000000000 +0100
++++ esmart-0.9.0.005/configure.in	2006-03-16 22:29:07.000000000 +0100
+@@ -27,13 +27,12 @@
+ fi
+ 
+ if test "x${prefix}" = "xNONE"; then
+-  container_plugin_dir=${ac_default_prefix}/lib/${PACKAGE}/layout
+   AC_DEFINE_UNQUOTED(PREFIX, "${ac_default_prefix}", [Installation Prefix])
+ else
+   AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", [Installation Prefix])
+-  container_plugin_dir=${prefix}/lib/${PACKAGE}/layout
+ fi
+ 
++container_plugin_dir=${libdir}/${PACKAGE}/layout
+ AC_DEFINE_UNQUOTED(CONTAINER_PLUGIN_DIR, "${container_plugin_dir}", [Container Plugin Directory])
+ AC_SUBST(CONTAINER_PLUGIN_DIR)
+ 
================================================================


More information about the pld-cvs-commit mailing list