diff options
Diffstat (limited to 'audio/kmp/patches/patch-aa')
-rw-r--r-- | audio/kmp/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/kmp/patches/patch-aa b/audio/kmp/patches/patch-aa new file mode 100644 index 00000000000..4478ca734fe --- /dev/null +++ b/audio/kmp/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/05/02 04:30:09 grant Exp $ + +--- configure.orig Thu Jan 1 03:53:34 2004 ++++ configure +@@ -1,5 +1,5 @@ + #!/bin/sh +-qmake kmp.pro ++$1/qt3/bin/qmake kmp.pro + echo "install: +- install --owner=root --group=root --mode=755 kmp /usr/local/bin" >> Makefile ++ install kmp $1/bin" >> Makefile + echo "Configured! Now run 'make'" |