summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2016-05-05 06:24:27 +0000
committerwiz <wiz>2016-05-05 06:24:27 +0000
commit323d77373eef6d4a7201b7f787a62f3eb4ee8e2a (patch)
tree1b0caa27cfcb962bb5b2db764f369f4451efdd27 /audio
parentb3df97b4ac44826968dcca7fd911c8e5bf66fa2d (diff)
downloadpkgsrc-323d77373eef6d4a7201b7f787a62f3eb4ee8e2a.tar.gz
Remove patch that's not in distinfo any longer.
Diffstat (limited to 'audio')
-rw-r--r--audio/easytag/patches/patch-src_easytag.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/easytag/patches/patch-src_easytag.c b/audio/easytag/patches/patch-src_easytag.c
deleted file mode 100644
index ef2ea169c02..00000000000
--- a/audio/easytag/patches/patch-src_easytag.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_easytag.c,v 1.1 2014/09/24 11:39:23 jperkin Exp $
-
-Fix printing of getpid().
-
---- src/easytag.c.orig 2014-04-22 18:40:46.000000000 +0000
-+++ src/easytag.c
-@@ -182,7 +182,7 @@ common_init (GApplication *application)
- GtkWidget *HBox, *VBox;
-
- /* Starting messages */
-- Log_Print(LOG_OK,_("Starting EasyTAG version %s (PID: %d)…"),PACKAGE_VERSION,getpid());
-+ Log_Print(LOG_OK,_("Starting EasyTAG version %s (PID: %d)…"),PACKAGE_VERSION,(int)getpid());
- #ifdef ENABLE_MP3
- Log_Print(LOG_OK,_("Using libid3tag version %s"), ID3_VERSION);
- #endif