diff options
Diffstat (limited to 'audio/ubs/patches/patch-aa')
-rw-r--r-- | audio/ubs/patches/patch-aa | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/ubs/patches/patch-aa b/audio/ubs/patches/patch-aa index 875d403c6df..a411c336a77 100644 --- a/audio/ubs/patches/patch-aa +++ b/audio/ubs/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2010/02/01 01:51:50 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2011/12/14 03:14:13 sbd Exp $ ---- Makefile.in.orig 2003-10-31 05:49:58.000000000 +0100 -+++ Makefile.in 2003-10-31 05:50:52.000000000 +0100 -@@ -517,14 +517,11 @@ +--- Makefile.in.orig 2003-10-31 03:53:26.000000000 +0000 ++++ Makefile.in +@@ -517,16 +517,13 @@ uninstall-info: uninstall-info-recursive install-data-local: @@ -22,3 +22,5 @@ $NetBSD: patch-aa,v 1.2 2010/02/01 01:51:50 joerg Exp $ - $(INSTALL_DATA) include/*.h $(prefix)/include + $(INSTALL_DATA) include/*.h ${DESTDIR}$(prefix)/include # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |