diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-05 06:24:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-05 06:24:27 +0000 |
commit | 048d1c06331591c769b9488787a0f764bb818b4c (patch) | |
tree | 1b0caa27cfcb962bb5b2db764f369f4451efdd27 /audio/easytag | |
parent | cf738cb21896b5101ebe06992fc4639c5f365c8d (diff) | |
download | pkgsrc-048d1c06331591c769b9488787a0f764bb818b4c.tar.gz |
Remove patch that's not in distinfo any longer.
Diffstat (limited to 'audio/easytag')
-rw-r--r-- | audio/easytag/patches/patch-src_easytag.c | 15 |
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 |