This commit is contained in:
milisbir 2018-01-12 22:15:06 +02:00
parent ee5cb19cd0
commit 0faa4e93e6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ derle() {
#if komutuyla eğer yoksa demek lazım #if komutuyla eğer yoksa demek lazım
[ ! -L /usr/bin/wx-config-gtk3 ] && ln -s /usr/bin/wx-config /usr/bin/wx-config-gtk3 [ ! -L /usr/bin/wx-config-gtk3 ] && ln -s /usr/bin/wx-config /usr/bin/wx-config-gtk3
cd "${SRC}"/${isim}-${surum} cd "${SRC}"/${isim}-${surum}
GTKSPELL_LIBS="`pkg-config --libss gtkspell3-3.0`" GTKSPELL_CFLAGS="`pkg-config --cflags gtkspell3-3.0`" ./configure \ GTKSPELL_LIBS="`pkg-config --libs gtkspell3-3.0`" GTKSPELL_CFLAGS="`pkg-config --cflags gtkspell3-3.0`" ./configure \
--prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config-gtk3
make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t' make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
make DESTDIR="${PKG}" install make DESTDIR="${PKG}" install