pkgsrc/audio/abcmidi/patches/patch-aa
ben c3625483cc Update abcmidi to version 20060422.
Apply security patches from Debian.

Changes include:

(Mike Scott) The 'y' spacing character used by Barfly and
abcm2ps was being silently dropped in parseabc.c. Added
support for this (including a length specifier - is this
used by anything?) to parseabc.c and abc2abc.c; stubs in
the other modules including yaps mean they behave as before.

http://lists.debian.org/debian-security-announce/debian-security-announce-2006/msg00127.html
2006-05-16 13:41:57 +00:00

16 lines
397 B
Text

$NetBSD: patch-aa,v 1.2 2006/05/16 13:41:57 ben Exp $
--- makefile.orig 2006-04-01 11:02:46.000000000 -0800
+++ makefile
@@ -31,9 +31,8 @@
# cure the problem, change this file from using PC-style end-of-line (carriage
# return and line feed) to unix style end-of-line (line feed).
-CC=gcc
-CFLAGS=-DANSILIBS -O2
-LNK=gcc
+CFLAGS+=-DANSILIBS
+LNK=${CC}
INSTALL=install
prefix=/usr/local