diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-18 09:28:00 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-18 09:28:00 +0000 |
commit | 0a495d9c651c52e439d94a719aad6b9946fe870d (patch) | |
tree | b58329b6cf640918db1e3cbbb41a1ee54fbea90a /libfreehand | |
parent | ce6da46068e9c9582c4ed1f23f320dacaa43c14e (diff) | |
download | contrib-0a495d9c651c52e439d94a719aad6b9946fe870d.tar.gz contrib-0a495d9c651c52e439d94a719aad6b9946fe870d.tar.xz |
libfreehand: disable building with docs
Diffstat (limited to 'libfreehand')
-rw-r--r-- | libfreehand/.signature | 4 | ||||
-rw-r--r-- | libfreehand/Pkgfile | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/libfreehand/.signature b/libfreehand/.signature index 0b14857d1..327051b05 100644 --- a/libfreehand/.signature +++ b/libfreehand/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39bHdsSeRVWqT4ZhlXHFjHO81MONB1NAXfw8naugyqiCb2/n++UvX+GM6NIpAmYEZw24GjuBu5zD+LQXtx3s0gQ= -SHA256 (Pkgfile) = 10a6eb2941adc7fc468b5d29f28288ab921a9d5181eb4c6716d0e9d12c05bb75 +RWSagIOpLGJF36ornjPk91b/2p6qugAg9HeS3SBpLh0iZbhKjpPgKWMKlx7KrlrPa359hxZAc4Y8RsuoFK6S/LrhAL0l4t//9QE= +SHA256 (Pkgfile) = e936213f9ee3cf312ccad9d47cc22e07565feba455f37382b1d9dddb9dc8c41c SHA256 (.footprint) = 04270a51462a7b703152f5066f7f1b2a1054d8916d8de74dfc6df8535a8ee999 SHA256 (libfreehand-0.1.2.tar.xz) = 0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac diff --git a/libfreehand/Pkgfile b/libfreehand/Pkgfile index 394f1dabf..6bf7a686c 100644 --- a/libfreehand/Pkgfile +++ b/libfreehand/Pkgfile @@ -5,13 +5,14 @@ name=libfreehand version=0.1.2 -release=1 +release=2 source=(https://dev-www.libreoffice.org/src/libfreehand/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ - --disable-werror + --disable-werror \ + --without-docs make make DESTDIR=$PKG install } |