# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/xemacs/xemacs.conf # Copyright (C) 2004 - 2023 The T2 SDE Project # Copyright (C) 1998 - 2004 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- # gcc-4.3, x86-64 segfaults, -ReneR var_append GCC_WRAPPER_APPEND ' ' "-fno-strict-aliasing" # if the xemacs package is not selected / installed create a symlink pkginstalled xemacs || hook_add postmake 5 'ln -sfv $root$bindir/xemacs{-beta,}' case $arch in # on some systems the defaults segfault *|alpha|arm*|powerpc64) var_append confopt ' ' '--with-system-malloc' var_append confopt ' ' '--disable-kkcc --disable-mc-alloc' ;; # on some other systems the reverse segfaults: sparc? esac var_append confopt ' ' '--enable-mule' # MUlti Language Environment var_append confopt ' ' '--with-xft=all' var_append confopt ' ' "--enable-database=no" # FIXME really? #var_append confopt ' ' "--with-gtk --with-widgets=gtk --with-menubars=gtk --with-scrollbars=gtk --with-dialogs=gtk" var_append confopt ' ' "--with-athena=xaw" var_append confopt ' ' "--with-msw=no" # needed due to wine var_append confopt ' ' "--with-dynamic" var_append INSTALL_WRAPPER_FILTER "|" "sed 's,man1/xemacs\.1$,man1/xemacs-beta.1,'"