pkgsrc/graphics/avifile/patches/patch-aq
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

12 lines
450 B
Text

$NetBSD: patch-aq,v 1.2 2002/01/23 16:52:10 skrll Exp $
--- lib/videocodec/Makefile.am.orig Wed Jan 10 18:00:05 2001
+++ lib/videocodec/Makefile.am
@@ -5,6 +5,6 @@
libvideocodec_la_LIBADD=codeckeeper.lo
CXXFLAGS=-I../../include
codeckeeper.lo: codeckeeper.cpp
- $(CXX) $(CXXFLAGS) $(DEFINES) -O0 -fPIC -c codeckeeper.cpp -o codeckeeper.lo
+ $(LIBTOOL) --mode=compile $(CXX) $(CXXFLAGS) $(DEFINES) -O0 -c codeckeeper.cpp -o codeckeeper.o
LIBS=