summaryrefslogtreecommitdiffstats
path: root/chat-im/ayttm/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/ayttm/BUILD')
-rwxr-xr-xchat-im/ayttm/BUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/chat-im/ayttm/BUILD b/chat-im/ayttm/BUILD
new file mode 100755
index 0000000000..c74f745eb3
--- /dev/null
+++ b/chat-im/ayttm/BUILD
@@ -0,0 +1,16 @@
+invoke_gcc
+ if [ "$CVS" == "y" ]; then
+ patch -p0 < $SCRIPT_DIRECTORY/fixinstall.diff &&
+ ./gen
+ fi &&
+# if [ "$CVS" == "yes" ]; then
+# export MAKE_NJOBS=1 &&
+# patch -p0 < $SCRIPT_DIRECTORY/fixinstall.diff &&
+# ./gen
+# fi &&
+ ./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --enable-xft \
+ $OPTS &&
+ make