mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/librep/librep.conf
|
|
# Copyright (C) 2004 - 2025 The T2 SDE Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
case $arch in
|
|
powerpc|powerpc64|ia64)
|
|
var_append confopt ' ' '--with-stack-direction=1'
|
|
;;
|
|
esac
|
|
|
|
# FIXME temporarily necessary for configure:
|
|
export libsuff=${libdir##*/lib}
|