Browse Source

evolution-data-server: fixed to find nspr includes and libs if it is effectively installed

stable/0.2
Christian Wiese 14 years ago
parent
commit
937fb0c660
  1. 7
      gnome2/evolution-data-server/evolution-data-server.conf

7
gnome2/evolution-data-server/evolution-data-server.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../evolution-data-server/evolution-data-server.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -17,3 +17,8 @@ pkgprefix -t orbit2
var_append confopt ' ' "--with-orbit-prefix=$root/$( pkgprefix orbit2 )"
var_remove_regex confopt ' ' '--docdir=.*'
if pkginstalled -f nspr; then
var_append extraconfopt ' ' "--with-nspr-includes=$( pkgprefix -r includedir nspr )"
var_append extraconfopt ' ' "--with-nspr-libs=$( pkgprefix -r libdir nspr )"
fi

Loading…
Cancel
Save