Skip to content
Snippets Groups Projects
Commit 2fdf5c65 authored by Sören Tempel's avatar Sören Tempel
Browse files

main/openjade: enable on x86

parent 52bc1b98
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=openjade
pkgver=1.3.2
pkgrel=3
pkgrel=4
pkgdesc="Implementation of the DSSSL style language"
url="http://openjade.sourceforge.net"
arch="x86_64"
arch="x86 x86_64"
license="custom"
depends=""
depends_dev=""
......@@ -36,7 +36,8 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
--infodir=/usr/share/info \
--with-pic || return 1
make || return 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment