diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-23 15:00:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-23 15:00:27 +0000 |
commit | da09f1e3a93e608cc5e0392d8dae02a90362bc56 (patch) | |
tree | 2e2b63ea1c4c03cac92addc47b823efaa40b2bb4 /chat/pidgin-facebookchat | |
parent | 07ac680c4ff0effbc31b794014e0807bb484b534 (diff) | |
download | pkgsrc-da09f1e3a93e608cc5e0392d8dae02a90362bc56.tar.gz |
Only compile source files.
Diffstat (limited to 'chat/pidgin-facebookchat')
-rw-r--r-- | chat/pidgin-facebookchat/distinfo | 4 | ||||
-rw-r--r-- | chat/pidgin-facebookchat/patches/patch-aa | 4 |
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 |