From 34f1490de51906afca54171209ff3e67b39d0613 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 9 May 2015 05:45:14 +0200 Subject: [PATCH] openjade: fix short_desc and unbreak musl build. --- srcpkgs/openjade/patches/musl.patch | 11 +++++++++++ srcpkgs/openjade/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/openjade/patches/musl.patch diff --git a/srcpkgs/openjade/patches/musl.patch b/srcpkgs/openjade/patches/musl.patch new file mode 100644 index 00000000000..556ead28e08 --- /dev/null +++ b/srcpkgs/openjade/patches/musl.patch @@ -0,0 +1,11 @@ +--- configure.orig 2015-05-09 05:42:21.144044831 +0200 ++++ configure 2015-05-09 05:43:00.305016564 +0200 +@@ -8428,7 +8428,7 @@ linux-gnuoldld* | linux-gnuaout* | linux + ;; + + # This must be Linux ELF. +-linux-gnu*) ++linux-*) + version_type=linux + need_lib_prefix=no + need_version=no diff --git a/srcpkgs/openjade/template b/srcpkgs/openjade/template index b42358cbce2..0b5e247d109 100644 --- a/srcpkgs/openjade/template +++ b/srcpkgs/openjade/template @@ -1,7 +1,7 @@ # Template file for 'openjade' pkgname=openjade version=1.3.2 -revision=6 +revision=7 build_style=gnu-configure configure_args=" --datadir=/usr/share/sgml/openjade @@ -13,7 +13,7 @@ hostmakedepends="libtool perl" makedepends="opensp-devel" depends="xmlcatmgr" sgml_entries="CATALOG /usr/share/sgml/openjade/catalog --" -short_desc="SGML/XML parser toolkit and DSSSL engine, successor to "jade"" +short_desc="SGML/XML parser toolkit and DSSSL engine, successor to \"jade\"" maintainer="Juan RP " homepage="http://openjade.sourceforge.net/" license="MIT"