# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/lprof/lprof.conf # Copyright (C) 2006 - 2022 The T2 SDE 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 --- # TODO: needed? proper? lprof_main() { sed -i -e "s/(i, 'lib')/(i, 'lib64')/g" SConstruct sed -i -e 's,/usr/X11R6/lib,'$(pkgprefix libdir xorg-server)',g' \ -e 's,/usr/pkg/lib,'$(pkgprefix libdir qt)',g' \ -e 's,/usr/lib,'$(pkgprefix libdir vigra)',g' build_config.py } [[ $libdir != */lib ]] && hook_add premake 5 "lprof_main"