Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 84 → Rev 83

/trunk/debian/patches/module-layout.dpatch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 00list
===================================================================
--- 00list (revision 84)
+++ 00list (revision 83)
@@ -1,4 +1,4 @@
-module-layout
+01_master.in
02_smartlink_rpath
#04_make_variables_fpic
#05_install.pike
Index: 01_master.in.dpatch
===================================================================
--- 01_master.in.dpatch (nonexistent)
+++ 01_master.in.dpatch (revision 83)
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_master.in.dpatch by <magnus@kibibyte.se>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add local site-pike directories to master.pike.in
+
+@DPATCH@
+diff -urNad trunk~/lib/master.pike.in trunk/lib/master.pike.in
+--- trunk~/lib/master.pike.in 2007-01-01 01:28:04.000000000 +0100
++++ trunk/lib/master.pike.in 2007-10-02 14:04:02.000000000 +0200
+@@ -2094,6 +2094,14 @@
+ add_module_path("#lib_prefix#/modules");
+ #endif
+
++ // Debian paths
++ add_include_path("/usr/local/include/pike");
++ add_include_path("/usr/local/include/pike"+__REAL_MAJOR__+"."+__REAL_MINOR__);
++ add_module_path("/usr/local/lib/pike/site_pike");
++ add_module_path("/usr/local/lib/pike"+__REAL_MAJOR__+"."+__REAL_MINOR__+"/site_pike");
++ add_module_path("/usr/local/share/pike/site_pike");
++ add_module_path("/usr/local/share/pike"+__REAL_MAJOR__+"."+__REAL_MINOR__+"/site_pike");
++
+ #if "#cflags# "[0]!='#'
+ cflags = "#cflags#";
+ #endif
/01_master.in.dpatch
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property