summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-20 10:04:42 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-20 10:04:42 +0200
commite775862469084fa316eb7864858275939c523571 (patch)
treeed76b5021746f02f5bb7bd5aae379f98b0352988 /net-im/ayttm/files
parentnet-im/climm: Remove last-rited pkg (diff)
downloadgentoo-e775862469084fa316eb7864858275939c523571.tar.gz
gentoo-e775862469084fa316eb7864858275939c523571.tar.bz2
gentoo-e775862469084fa316eb7864858275939c523571.zip
net-im/ayttm: Remove last-rited pkg
Closes: https://bugs.gentoo.org/676242 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/ayttm/files')
-rw-r--r--net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch28
-rw-r--r--net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch16
2 files changed, 0 insertions, 44 deletions
diff --git a/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch b/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch
deleted file mode 100644
index e805d90746d6..000000000000
--- a/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Make the building of the webcam-related plugins optional.
-
-Patch by Kevin McCarthy <signals@gentoo.org>
-
---- configure.ac
-+++ configure.ac
-@@ -436,6 +439,10 @@
- AC_MSG_WARN(You need gpgme to compile the aycryption module))
- fi
-
-+if test "$enable_webcam" != no; then
-+ OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR image_filter"
-+fi
-+
- ###########################################################################
- # End Optional Modules
- ###########################################################################
---- modules/Makefile.am
-+++ modules/Makefile.am
-@@ -1,7 +1,7 @@
- DIST_SUBDIRS = aim-oscar irc jabber msn2 yahoo2 smtp importers \
- livejournal utility aycryption smileys image_filter
-
--SUBDIRS = @OPTIONAL_PLUG_DIR@ importers utility smileys image_filter
-+SUBDIRS = @OPTIONAL_PLUG_DIR@ importers utility smileys
-
- # Gets rid of the datarootdir warning
- datarootdir=@datarootdir@
diff --git a/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch b/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch
deleted file mode 100644
index 7c6f09f5117e..000000000000
--- a/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Add --enable-xscreensaver to configure for USE flag support
-
-Patch by Kevin McCarthy <signals@gentoo.org>
-
---- configure.ac
-+++ configure.ac
-@@ -316,6 +316,9 @@
- #endif
- ])
-
-+AC_ARG_ENABLE(xscreensaver, AC_HELP_STRING([--enable-xscreensaver],
-+ [compile with X Screensaver]), [have_xss=$enableval], [have_xss=no] )
-+
- if test "$have_xss" = yes; then
- # Let's figure out what library it's in...
-