wok-next diff xorg-xcmiscproto/receipt @ rev 20852

Fix build: xplc, xournal
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 17:58:25 2018 +0300 (2018-06-24)
parents 0e7893ac206d
children cd7906120828
line diff
     1.1 --- a/xorg-xcmiscproto/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/xorg-xcmiscproto/receipt	Sun Jun 24 17:58:25 2018 +0300
     1.3 @@ -15,10 +15,7 @@
     1.4  BUILD_DEPENDS="xorg-util-macros"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure \
     1.8 -		--sysconfdir=/etc \
     1.9 -		--localstatedir=/var \
    1.10 -		$CONFIGURE_ARGS &&
    1.11 +	./configure $CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make install
    1.14  }