summary refs log tree commit diff
path: root/pkgs/tools/typesetting/xmlroff/xmlroff.patch
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2006-06-18 11:58:00 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2006-06-18 11:58:00 +0000
commita33dc947c62feafb56cd8919f066c57d13f1e876 (patch)
treed95586d5d4bf7af6e761ddb9dad552fe30006417 /pkgs/tools/typesetting/xmlroff/xmlroff.patch
parentb4ecec05c5fbf45f1c1ab51e4b9e366702d716e8 (diff)
downloadnixpkgs-a33dc947c62feafb56cd8919f066c57d13f1e876.tar
nixpkgs-a33dc947c62feafb56cd8919f066c57d13f1e876.tar.gz
nixpkgs-a33dc947c62feafb56cd8919f066c57d13f1e876.tar.bz2
nixpkgs-a33dc947c62feafb56cd8919f066c57d13f1e876.tar.lz
nixpkgs-a33dc947c62feafb56cd8919f066c57d13f1e876.tar.xz
nixpkgs-a33dc947c62feafb56cd8919f066c57d13f1e876.tar.zst
nixpkgs-a33dc947c62feafb56cd8919f066c57d13f1e876.zip
disable local build of pangoxsl, add patch to remove "pangoxsl" from SUBDIRS,
otherwise it will still try to build the local pangoxsl (and fail)

svn path=/nixpkgs/trunk/; revision=5468
Diffstat (limited to 'pkgs/tools/typesetting/xmlroff/xmlroff.patch')
-rw-r--r--pkgs/tools/typesetting/xmlroff/xmlroff.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/xmlroff/xmlroff.patch b/pkgs/tools/typesetting/xmlroff/xmlroff.patch
new file mode 100644
index 00000000000..16bd7b0a76d
--- /dev/null
+++ b/pkgs/tools/typesetting/xmlroff/xmlroff.patch
@@ -0,0 +1,12 @@
+diff -ruN xmlroff-0.3.98/Makefile.in xmlroff-0.3.98.new/Makefile.in
+--- xmlroff-0.3.98/Makefile.in	2006-05-30 17:46:37.000000000 +0200
++++ xmlroff-0.3.98.new/Makefile.in	2006-06-18 13:47:37.000000000 +0200
+@@ -288,7 +288,7 @@
+ subdirs = @subdirs@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = pangoxsl libfo area fo datatype property expr util . examples docs
++SUBDIRS = libfo area fo datatype property expr util . examples docs
+ @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
+ INCLUDES = \
+ 	-DG_LOG_DOMAIN=\"libfo\"	\