openbsd-ports/audio/libvorbis/patches/patch-test_Makefile_in
naddy 8e8a8f185d update to 1.3.3:
additional proofing against invalid/malicious streams in decode
2012-02-17 22:17:52 +00:00

13 lines
521 B
Plaintext

$OpenBSD: patch-test_Makefile_in,v 1.3 2012/02/17 22:17:52 naddy Exp $
--- test/Makefile.in.orig Fri Feb 3 23:21:56 2012
+++ test/Makefile.in Sun Feb 5 20:13:04 2012
@@ -212,7 +212,7 @@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
test_SOURCES = util.c util.h write_read.c write_read.h test.c
-test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
+test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ -lm
all: all-am
.SUFFIXES: