pkgsrc/graphics/avifile/patches/patch-ap
skrll 13dc61fc59 Fix the libtool lossage in the pkg so that it now builds. I have no time to
test if it actually works... I'll leave that to the maintainers.
2002-01-23 16:52:10 +00:00

10 lines
261 B
Text

$NetBSD: patch-ap,v 1.2 2002/01/23 16:52:10 skrll Exp $
--- lib/loader/Makefile.am.orig Fri Jan 26 16:06:42 2001
+++ lib/loader/Makefile.am
@@ -9,4 +9,4 @@
LIBS=
stubs.lo: stubs.s
- $(CC) -c ./stubs.s -o stubs.lo
+ $(LIBTOOL) $(CC) -c ./stubs.s -o stubs.o