aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/302_nx-X11_do-not-build-bundled-libs.full.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-12-06 15:20:15 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-12-06 15:20:15 +0100
commit40aa275cd8c75b410a69ed82eaa10ef99d1e6d59 (patch)
tree468e6bdae85130cc49976c7c61ce11b0914e9e7b /debian/patches/302_nx-X11_do-not-build-bundled-libs.full.patch
parente3da34510db9158362be60887bf354cb6a0bfe26 (diff)
downloadnx-libs-40aa275cd8c75b410a69ed82eaa10ef99d1e6d59.tar.gz
nx-libs-40aa275cd8c75b410a69ed82eaa10ef99d1e6d59.tar.bz2
nx-libs-40aa275cd8c75b410a69ed82eaa10ef99d1e6d59.zip
Add patch: 302_nx-X11_do-not-build-bundled-libs.full.patch. Rename patch: 302_nxagent_configurable-keystrokes.full.patch.
* Add patch: 302_nx-X11_do-not-build-bundled-libs.full.patch. Taken from Fedora. Do not build bundled libraries, rather use system libraries instead. * Rename patch: 302_nxagent_configurable-keystrokes.full.patch to 320_nxagent_configurable-keystrokes.full.patch.
Diffstat (limited to 'debian/patches/302_nx-X11_do-not-build-bundled-libs.full.patch')
-rw-r--r--debian/patches/302_nx-X11_do-not-build-bundled-libs.full.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/patches/302_nx-X11_do-not-build-bundled-libs.full.patch b/debian/patches/302_nx-X11_do-not-build-bundled-libs.full.patch
new file mode 100644
index 000000000..4437aaacf
--- /dev/null
+++ b/debian/patches/302_nx-X11_do-not-build-bundled-libs.full.patch
@@ -0,0 +1,39 @@
+Description: Do not build bundled libraries
+Author: Orion Poplawski <orion@nwra.com>
+--- a/nx-X11/config/cf/host.def 2013-08-30 13:23:26.000000000 -0600
++++ b/nx-X11/config/cf/host.def 2013-08-30 20:44:19.647460161 -0600
+@@ -962,7 +962,7 @@ XCOMM $XFree86: xc/config/cf/xf86site.de
+
+ #define SharedLibXdmcp YES
+
+-#define BuildXaw7 YES
++#define BuildXaw7 NO
+
+ #else /* #if !defined(NXZaurusXServer) && !defined(NXiPAQXServer) && !defined(DarwinArchitecture) */
+
+@@ -1023,3 +1023,8 @@ XCOMM $XFree86: xc/config/cf/xf86site.de
+
+ #define BuildRman NO
+ #define BuildFontEncLib NO
++#define BuildXcursorLibrary NO
++#define BuildXftLibrary NO
++#define BuildXft1Library NO
++#define SharedLibFont NO
++#define BuildLoadableXlibI18n NO
+diff -up nx-libs-3.5.0.21/nx-X11/lib/Imakefile.bundled nx-libs-3.5.0.21/nx-X11/lib/Imakefile
+--- a/nx-X11/lib/Imakefile 2013-08-30 08:18:40.000000000 -0600
++++ b/nx-X11/lib/Imakefile 2013-08-30 20:42:40.344850909 -0600
+@@ -213,14 +213,8 @@ XEXTLIBDIR = Xext
+
+ #if BuildLibraries
+ OLDXLIBDIR = oldX
+-ICELIBDIR = ICE
+-SMLIBDIR = SM
+-XTLIBDIR = Xt
+-XMULIBDIR = Xmu
+-XMUULIBDIR = Xmuu
+ XPMLIBDIR = Xpm
+ XTSTLIBDIR = Xtst
+-FSLIBDIR = FS
+ #endif
+