diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-16 22:29:05 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-16 22:29:05 +0100 |
commit | e9241fe8c730aa7f0b95b15b34ed5c2bda18b5ad (patch) | |
tree | 2dabac3d6b000def9e33cf30137da4507c19951d /debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch | |
parent | d7ecf7214f0df5cd7957264be5249f4cd39f4e6e (diff) | |
download | nx-libs-e9241fe8c730aa7f0b95b15b34ed5c2bda18b5ad.tar.gz nx-libs-e9241fe8c730aa7f0b95b15b34ed5c2bda18b5ad.tar.bz2 nx-libs-e9241fe8c730aa7f0b95b15b34ed5c2bda18b5ad.zip |
Reorganize patch names, to reflect patch inclusion into lite+full or full-only ,,NX (redistributed)'' tarball.
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 | 43 |
1 files changed, 0 insertions, 43 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 deleted file mode 100644 index d32e570a3..000000000 --- a/debian/patches/019_nx-x11_expat-build-against-system-libxmltok.patch +++ /dev/null @@ -1,43 +0,0 @@ -Description: Building expat against system's libxmltok library - Provide support for building expat against the system's libxmltok library. - . - Not reported to upstream as this patch is mainly imported for being compliant - with Debian policy (lintian error: embedded-library). -Forwarded: not-needed -Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -Last-Update: 2011-12-31 ---- a/nx-X11/lib/expat/Imakefile -+++ b/nx-X11/lib/expat/Imakefile -@@ -19,7 +19,7 @@ - EXPATSRC = $(EXPATTOP)/lib - EXPATINC = $(EXPATTOP)/lib - --INCLUDES = -I$(EXPATINC) -I$(EXPATTOP) -I. -+INCLUDES = -I/usr/include/xmltok -I/usr/local/include/xmltok -I$(EXPATINC) -I$(EXPATTOP) -I. - - /* - * Endianness (for short's) -@@ -31,8 +31,8 @@ - DEFINES = -DXML_BYTE_ORDER=0 -DX_BYTE_ORDER=$(X_BYTE_ORDER) - REQUIREDLIBS=$(LDPRELIBS) - --SRCS = xmlparse.c xmltok.c xmlrole.c --OBJS = xmlparse.o xmltok.o xmlrole.o -+#SRCS = xmlparse.c xmltok.c xmlrole.c -+#OBJS = xmlparse.o xmltok.o xmlrole.o - - HEADERS = expat.h - -@@ -45,9 +45,9 @@ - - DependTarget() - --LinkSourceFile(xmlparse.c,$(EXPATSRC)) --LinkSourceFile(xmltok.c,$(EXPATSRC)) --LinkSourceFile(xmlrole.c,$(EXPATSRC)) -+#LinkSourceFile(xmlparse.c,$(EXPATSRC)) -+#LinkSourceFile(xmltok.c,$(EXPATSRC)) -+#LinkSourceFile(xmlrole.c,$(EXPATSRC)) - LinkSourceFile(expat.h,$(EXPATINC)) - - |