diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-12 13:00:23 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-12 13:00:23 +0100 |
commit | 760c5c07c63798e0e065020456e7514c8dd8b72d (patch) | |
tree | d23dbbd9eb45acd634fc4f4c7a1b1478629111cb /debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch | |
parent | d6fee9a41fa3ba5db01d46963571a5a039ad1786 (diff) | |
download | nx-libs-760c5c07c63798e0e065020456e7514c8dd8b72d.tar.gz nx-libs-760c5c07c63798e0e065020456e7514c8dd8b72d.tar.bz2 nx-libs-760c5c07c63798e0e065020456e7514c8dd8b72d.zip |
Provide patches that are tarball / distro aware. Either NX (redistributed) has been installed to /usr/local/lib/nx via tarball or it has been packagedfor a distribution and is installed to /usr/lib/nx. Other installation paths are currently not supported.
Diffstat (limited to 'debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch')
-rw-r--r-- | debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch b/debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch index bd0c72a7e..d32e570a3 100644 --- a/debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch +++ b/debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch @@ -13,7 +13,7 @@ Last-Update: 2011-12-31 EXPATINC = $(EXPATTOP)/lib -INCLUDES = -I$(EXPATINC) -I$(EXPATTOP) -I. -+INCLUDES = -I/usr/include/xmltok -I$(EXPATINC) -I$(EXPATTOP) -I. ++INCLUDES = -I/usr/include/xmltok -I/usr/local/include/xmltok -I$(EXPATINC) -I$(EXPATTOP) -I. /* * Endianness (for short's) |