summaryrefslogtreecommitdiff
path: root/chat/pidgin-facebookchat
diff options
context:
space:
mode:
authorjoerg <joerg>2013-05-23 15:00:27 +0000
committerjoerg <joerg>2013-05-23 15:00:27 +0000
commitea172630f4105cdf548e127eab2df4d9b8cc8894 (patch)
tree2e2b63ea1c4c03cac92addc47b823efaa40b2bb4 /chat/pidgin-facebookchat
parenteaefdca2f9abc4fc56b6b03eff4d0275bb98e6c1 (diff)
downloadpkgsrc-ea172630f4105cdf548e127eab2df4d9b8cc8894.tar.gz
Only compile source files.
Diffstat (limited to 'chat/pidgin-facebookchat')
-rw-r--r--chat/pidgin-facebookchat/distinfo4
-rw-r--r--chat/pidgin-facebookchat/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/pidgin-facebookchat/distinfo b/chat/pidgin-facebookchat/distinfo
index baaecbcda2a..f18660c0fdf 100644
--- a/chat/pidgin-facebookchat/distinfo
+++ b/chat/pidgin-facebookchat/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2012/06/22 13:46:30 obache Exp $
+$NetBSD: distinfo,v 1.7 2013/05/23 15:00:27 joerg Exp $
SHA1 (pidgin-facebookchat-source-1.69.tar.bz2) = a266e8aeb0b61fde2c5d84fcad93c0615b69a76a
RMD160 (pidgin-facebookchat-source-1.69.tar.bz2) = a38b0576bdd9f7f61156e7720231fa7424366a45
Size (pidgin-facebookchat-source-1.69.tar.bz2) = 50532 bytes
-SHA1 (patch-aa) = f204b583194de127fa88d722b5d0b0363f18f1ae
+SHA1 (patch-aa) = 5ee6996786a84e08f7c5ab562cffb70d0a6e0244
diff --git a/chat/pidgin-facebookchat/patches/patch-aa b/chat/pidgin-facebookchat/patches/patch-aa
index 9531af992e1..135b12ffdb3 100644
--- a/chat/pidgin-facebookchat/patches/patch-aa
+++ b/chat/pidgin-facebookchat/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2012/06/22 13:46:30 obache Exp $
+$NetBSD: patch-aa,v 1.5 2013/05/23 15:00:27 joerg Exp $
* not to build&install redundant plugins.
* pidin>=2.7.9 contains facebook.png.
@@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.4 2012/06/22 13:46:30 obache Exp $
libfacebook.so: ${FACEBOOK_SOURCES}
- ${LINUX32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall ${GLIB_CFLAGS} -I. -g -O2 -pipe ${FACEBOOK_SOURCES} -o libfacebook.so -shared -fPIC -DPIC
-+ ${CC} ${CFLAGS} ${LIBPURPLE_CFLAGS} -Wall ${LDFLAGS} ${GLIB_CFLAGS} -I. ${FACEBOOK_SOURCES} -o libfacebook.so -shared -fPIC -DPIC
++ ${CC} ${CFLAGS} ${LIBPURPLE_CFLAGS} -Wall ${LDFLAGS} ${GLIB_CFLAGS} -I. ${FACEBOOK_SOURCES:M*.c} -o libfacebook.so -shared -fPIC -DPIC
libfacebookxmpp.so: libfbxmpp.c ${FACEBOOK_SOURCES}
${LINUX32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall ${GLIB_CFLAGS} -I. -g -O2 -pipe libfbxmpp.c ${FACEBOOK_SOURCES} -o libfacebookxmpp.so -shared -fPIC -DPIC -I$(PIDGIN_DIR)/libpurple/protocols/jabber/ -lxml2 -I/usr/include/libxml2