diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvisual/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libvisual/patches/patch-ac b/audio/libvisual/patches/patch-ac new file mode 100644 index 00000000000..3438af0cde0 --- /dev/null +++ b/audio/libvisual/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2006/07/03 23:33:59 wiz Exp $ + +--- Makefile.in.orig 2006-03-20 18:42:30.000000000 +0000 ++++ Makefile.in +@@ -623,7 +623,7 @@ uninstall-info: uninstall-info-recursive + + + $(PKG_CONFIG_FILE): libvisual.pc +- cp -f $< $@ ++ cp -f libvisual.pc $(PKG_CONFIG_FILE) + + install-exec-local: libvisual/lvconfig.h + file=$(DESTDIR)$(LIBVISUAL_INCLUDE_DIR)/libvisual/lvconfig.h; \ |