]> git.pld-linux.org Git - packages/easytag.git/commitdiff
- wierd
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 31 Dec 2002 19:38:39 +0000 (19:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    easytag-ac_fix.patch -> 1.1

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

diff --git a/easytag-ac_fix.patch b/easytag-ac_fix.patch
new file mode 100644 (file)
index 0000000..75dd111
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.in~      Tue Dec 31 20:36:47 2002
++++ configure.in       Tue Dec 31 20:36:39 2002
+@@ -141,7 +141,7 @@
+ main ()
+ {
+     FILE *output;
+-    dnl output=fopen("conftest.id3","w"); dnl doesn't work on NetBSD.
++      #output=fopen("conftest.id3","w"); dnl doesn't work on NetBSD.
+     output=fopen("/tmp/conftest.id3","w");
+     fprintf(output,"ID3LIB_MAJOR=%d\nID3LIB_MINOR=%d\nID3LIB_PATCH=%d\n",ID3LIB_MAJOR_VERSION,ID3LIB_MINOR_VERSION,ID3LIB_PATCH_VERSION);
+     fclose(output);
This page took 0.087512 seconds and 4 git commands to generate.