diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-03 23:33:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-03 23:33:59 +0000 |
commit | 3fae776d13597eb0a678f5f9fd6890e2bab3a7c4 (patch) | |
tree | 7d3d8482a0ad3412de8b0962865133a61fa6273b /audio | |
parent | 0643b7ea9ba15e7be61160592225f78292c75d9a (diff) | |
download | pkgsrc-3fae776d13597eb0a678f5f9fd6890e2bab3a7c4.tar.gz |
Missed during update to 0.4.0.
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; \ |