tag 367838 + patch
thanks
Hi,
Attached is the diff for my wnn6-sdk 1.0.0-14.1 NMU.
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Nightmares on Wax - Passion
diff -Nru /tmp/BDLApHX2ns/wnn6-sdk-1.0.0/debian/changelog
/tmp/RGPC4mWfe4/wnn6-sdk-1.0.0/debian/changelog
--- /tmp/BDLApHX2ns/wnn6-sdk-1.0.0/debian/changelog 2006-01-16
17:57:03.000000000 +0100
+++ /tmp/RGPC4mWfe4/wnn6-sdk-1.0.0/debian/changelog 2006-06-03
01:45:55.000000000 +0200
@@ -1,3 +1,11 @@
+wnn6-sdk (1.0.0-14.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS by passing to imake /usr/lib/X11/config as include dir instead
+ of /usr/X11R6/lib/X11/config. [patch/imake-path.patch] (Closes: #367838)
+
+ -- Adeodato Simó <[EMAIL PROTECTED]> Sat, 3 Jun 2006 01:33:50 +0200
+
wnn6-sdk (1.0.0-14) unstable; urgency=low
* Replaced xlibs-dev with x-dev (closes: Bug#346754).
diff -Nru /tmp/BDLApHX2ns/wnn6-sdk-1.0.0/patch/imake-path.patch
/tmp/RGPC4mWfe4/wnn6-sdk-1.0.0/patch/imake-path.patch
--- /tmp/BDLApHX2ns/wnn6-sdk-1.0.0/patch/imake-path.patch 1970-01-01
01:00:00.000000000 +0100
+++ /tmp/RGPC4mWfe4/wnn6-sdk-1.0.0/patch/imake-path.patch 2006-06-03
01:33:39.000000000 +0200
@@ -0,0 +1,25 @@
++++ src/contrib/im/Xsi/Makefile.ini~
+--- src/contrib/im/Xsi/Makefile.ini
+@@ -13,9 +13,9 @@
+ MAKE = make
+ TOP = `pwd`/../../../contrib
+ CURRENT_DIR = ./../contrib/im/Xsi
+-# CONFIGSRC = /usr/lib/X11/config
++ CONFIGSRC = /usr/lib/X11/config
+ # CONFIGSRC = /usr/openwin/lib/X11/config
+- CONFIGSRC = /usr/X11R6/lib/X11/config
++# CONFIGSRC = /usr/X11R6/lib/X11/config
+ IMAKESRC = $(CONFIGSRC)
+ IRULESRC = $(CONFIGSRC)
+ WSFLAGS =
+--- src/contrib/im/Xsi/config/X11.tmpl~
++++ src/contrib/im/Xsi/config/X11.tmpl
+@@ -7,7 +7,7 @@
+ #include "/usr/openwin/lib/config/Project.tmpl"
+ #else /* Sun & SVR4 */
+ #if defined(LinuxArchitecture) || defined(KFreeBSDArchitecture) ||
defined(FreeBSDArchitecture) || defined(NetBSDArchitecture) ||
defined(OpenBSDArchitecture) || defined(BSD386Architecture)
+-#include "/usr/X11R6/lib/X11/config/X11.tmpl"
++#include "/usr/lib/X11/config/X11.tmpl"
+ #else /* Linux || *BSD */
+ #include "/usr/lib/X11/config/Project.tmpl"
+ #endif /* Linux || *BSD */