Version 2.1a is not compatible with zlib 1.26+. Luckily this problem was fixed in version 2.2. Three patches were removed, and a few were tweaked. src/linux.c and src/win.c now have dos line endings. I used the technique seen in textproc/FlightCrew to convert these to unix endings after extraction. That should allow this package to build on all platforms where zip handling of line ending differs. Also defined GPLv3 license.
12 lines
319 B
C
12 lines
319 B
C
$NetBSD: patch-src-resources.h,v 1.2 2012/08/12 02:03:15 marino Exp $
|
|
|
|
--- src/resources.h.orig 2012-04-15 20:46:50.000000000 +0000
|
|
+++ src/resources.h
|
|
@@ -87,5 +87,7 @@
|
|
#define IDM_SID_INTERP 41200
|
|
#define IDM_SID_RESAMP 41201
|
|
|
|
+#ifdef WIN32
|
|
#define Button1 1000
|
|
+#endif
|
|
#define ListBox1 40900
|