|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../anjuta/anjuta.conf |
|
|
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -12,6 +13,9 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
#disabled valgrind plugin, doesn't build on 64 platform |
|
|
|
|
[ $arch = x86-64 ] && var_append confopt ' ' "--disable-plugin-valgrind" |
|
|
|
|
|
|
|
|
|
# support for apr*-1.x |
|
|
|
|
pkginstalled apr && var_append extraconfopt \ |
|
|
|
|
" " "--with-apr-config=$( pkgprefix bindir apr )/apr-1-config" |
|
|
|
|