openjade: fix short_desc and unbreak musl build.
This commit is contained in:
parent
b07c90eaa2
commit
34f1490de5
2 changed files with 13 additions and 2 deletions
11
srcpkgs/openjade/patches/musl.patch
Normal file
11
srcpkgs/openjade/patches/musl.patch
Normal file
|
@ -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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openjade'
|
# Template file for 'openjade'
|
||||||
pkgname=openjade
|
pkgname=openjade
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--datadir=/usr/share/sgml/openjade
|
--datadir=/usr/share/sgml/openjade
|
||||||
|
@ -13,7 +13,7 @@ hostmakedepends="libtool perl"
|
||||||
makedepends="opensp-devel"
|
makedepends="opensp-devel"
|
||||||
depends="xmlcatmgr"
|
depends="xmlcatmgr"
|
||||||
sgml_entries="CATALOG /usr/share/sgml/openjade/catalog --"
|
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 <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://openjade.sourceforge.net/"
|
homepage="http://openjade.sourceforge.net/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in a new issue