]> git.pld-linux.org Git - packages/easytag.git/commitdiff
- Added patch correcting errors with undefined references to 'errno'
authorleafnode <leafnode@pld-linux.org>
Fri, 4 Apr 2003 12:24:07 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    easytag-errno.patch -> 1.1
    easytag.spec -> 1.17

easytag-errno.patch [new file with mode: 0644]
easytag.spec

diff --git a/easytag-errno.patch b/easytag-errno.patch
new file mode 100644 (file)
index 0000000..06d47c1
--- /dev/null
@@ -0,0 +1,11 @@
+diff -uNr easytag-0.27.orig/src/about.c easytag-0.27/src/about.c
+--- easytag-0.27.orig/src/about.c      Wed Jan 29 18:49:06 2003
++++ easytag-0.27/src/about.c   Fri Apr  4 14:16:29 2003
+@@ -21,6 +21,7 @@
+ #include <gtk/gtk.h>
+ #include <gdk/gdkkeysyms.h>
++#include <errno.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <id3.h>
index 25003e46fae7184d75724fe85f0813392c0d5a6d..368c86368c0d8eaa579894d4cdcafd20f2104e6e 100644 (file)
@@ -10,6 +10,7 @@ Source0:      ftp://ftp.sourceforge.net/pub/sourceforge/easytag/%{name}-%{version}.ta
 Patch0:                %{name}-no_inclusion_patch_in_configurein.patch
 Patch1:                %{name}-desktop.patch
 Patch2:                %{name}-ac_fix.patch
+Patch3:                %{name}-errno.patch
 URL:           http://easytag.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -74,6 +75,7 @@ Mo
 #%patch0 -p1
 %patch1 -p1
 #%patch2 -p0
+%patch3 -p1
 
 %build
 rm -f missing
This page took 0.098567 seconds and 4 git commands to generate.