From 7583953840578d5fdb1ac0bc2079bf8e4c129784 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 15:21:38 +0300 Subject: [PATCH] libXmeta: Remove CFLAGS_FOR_BUILD, add some opts --- xorg/libXmeta/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xorg/libXmeta/build b/xorg/libXmeta/build index acd54c68..80be0a3a 100755 --- a/xorg/libXmeta/build +++ b/xorg/libXmeta/build @@ -1,9 +1,10 @@ #!/bin/sh -e -CFLAGS_FOR_BUILD=-fPIC \ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ --without-xmlto \ --disable-specs \ --disable-static