parent
6e47a4c5f4
commit
aade0c4316
1 changed files with 4 additions and 4 deletions
|
@ -13,12 +13,12 @@ distfiles="http://t-sato.in.coocan.jp/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=895f768269820e7c0379b0daac3687bda0c670d192ebb7e61e5613a5939ec90b
|
checksum=895f768269820e7c0379b0daac3687bda0c670d192ebb7e61e5613a5939ec90b
|
||||||
nocross=yes # xmkmf broken
|
nocross=yes # xmkmf broken
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
xmkmf
|
xmkmf
|
||||||
}
|
}
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export MODULE_CFLAGS="$CFLAGS"
|
export MODULE_CFLAGS="$CFLAGS"
|
||||||
export LOCAL_LDFLAGS="$LDFLAGS"
|
export LOCAL_LDFLAGS="$LDFLAGS"
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/lib/X11/app-defaults
|
rm ${DESTDIR}/usr/lib/X11/app-defaults
|
||||||
|
|
Loading…
Reference in a new issue