summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/pidgin-bot-sentry/Makefile2
-rw-r--r--net-im/pidgin-bot-sentry/files/patch-configure11
2 files changed, 12 insertions, 1 deletions
diff --git a/net-im/pidgin-bot-sentry/Makefile b/net-im/pidgin-bot-sentry/Makefile
index 759d584d22c1..0f6b7326c916 100644
--- a/net-im/pidgin-bot-sentry/Makefile
+++ b/net-im/pidgin-bot-sentry/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pidgin-bot-sentry
PORTVERSION= 1.3.0
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= net-im
MASTER_SITES= SF/pidgin-bs/bot-sentry/${PORTVERSION}
DISTNAME= bot-sentry-${PORTVERSION}
diff --git a/net-im/pidgin-bot-sentry/files/patch-configure b/net-im/pidgin-bot-sentry/files/patch-configure
new file mode 100644
index 000000000000..2bb9cfa24f32
--- /dev/null
+++ b/net-im/pidgin-bot-sentry/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-07-11 13:25:52 UTC
++++ configure
+@@ -21156,7 +21156,7 @@ echo $ECHO_N "checking PURPLE_MAJOR_VERSION... $ECHO_C
+
+ { echo "$as_me:$LINENO: checking PURPLE_MAJOR_VERSION" >&5
+ echo $ECHO_N "checking PURPLE_MAJOR_VERSION... $ECHO_C" >&6; }
+-PURPLE_MAJOR_VERSION="`echo $PURPLE_VERSION|"$SED" -e's/^\([^.]*\).*$/\1/g'`"
++PURPLE_MAJOR_VERSION=2
+
+ { echo "$as_me:$LINENO: result: $PURPLE_MAJOR_VERSION" >&5
+ echo "${ECHO_T}$PURPLE_MAJOR_VERSION" >&6; }