summaryrefslogtreecommitdiffstats
path: root/chat-im/gaim-encryption/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/gaim-encryption/BUILD')
-rwxr-xr-xchat-im/gaim-encryption/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/chat-im/gaim-encryption/BUILD b/chat-im/gaim-encryption/BUILD
new file mode 100755
index 0000000000..9a7c668bd2
--- /dev/null
+++ b/chat-im/gaim-encryption/BUILD
@@ -0,0 +1,9 @@
+### had to cook up some pkg-config files for nss and nspr
+if spell_ok nss ; then
+ export PKG_CONFIG_PATH="/usr/include/nss:/usr/include/nspr"
+fi &&
+make_single &&
+OPTS="--with-nspr-includes=/usr/include/nspr --with-nspr-libs=/usr/lib $OPTS" &&
+OPTS="--with-nss-includes=/usr/include/nss --with-nss-libs=/usr/lib $OPTS" &&
+default_build &&
+make_normal