summaryrefslogtreecommitdiff
path: root/audio/rplay/patches
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-20 03:53:27 +0000
committerjlam <jlam>2006-03-20 03:53:27 +0000
commiteea1b70f2b2e89473aaa9495bd8d3db97142a5ff (patch)
treefe7b603e1fffe85694f09881976b2ee06c251905 /audio/rplay/patches
parenta1f40fe5ef676654c5817c7e144bc1ed1a4711f3 (diff)
downloadpkgsrc-eea1b70f2b2e89473aaa9495bd8d3db97142a5ff.tar.gz
Honor PKGINFODIR and PKGMANDIR.
Diffstat (limited to 'audio/rplay/patches')
-rw-r--r--audio/rplay/patches/patch-aa23
1 files changed, 18 insertions, 5 deletions
diff --git a/audio/rplay/patches/patch-aa b/audio/rplay/patches/patch-aa
index cddda8e82e0..9133b2170b0 100644
--- a/audio/rplay/patches/patch-aa
+++ b/audio/rplay/patches/patch-aa
@@ -1,8 +1,21 @@
-$NetBSD: patch-aa,v 1.3 2000/01/26 22:11:36 jlam Exp $
+$NetBSD: patch-aa,v 1.4 2006/03/20 03:53:27 jlam Exp $
---- Makefile.config.in.orig Thu Aug 13 02:12:59 1998
-+++ Makefile.config.in Tue Jan 18 16:15:32 2000
-@@ -43,6 +43,7 @@
+--- Makefile.config.in.orig 1998-08-13 02:12:59.000000000 -0400
++++ Makefile.config.in
+@@ -11,10 +11,10 @@ exec_prefix= @exec_prefix@
+ bindir= $(exec_prefix)/bin
+ sbindir= $(exec_prefix)/sbin
+ libdir= $(exec_prefix)/lib
+-mandir= $(prefix)/man
++mandir= @mandir@
+ etcdir= $(prefix)/etc
+ includedir= $(prefix)/include
+-infodir= $(prefix)/info
++infodir= @infodir@
+ tmpdir= /tmp
+ debiandir= @srcdir@/../debian
+
+@@ -43,6 +43,7 @@ CFLAGS= @CFLAGS@
#CC_OPTIONS= -O -cckr # SGI
#CC_OPTIONS= -O # generic
#CC_OPTIONS= -g # debug
@@ -10,7 +23,7 @@ $NetBSD: patch-aa,v 1.3 2000/01/26 22:11:36 jlam Exp $
##
## Extra linker options.
-@@ -53,7 +54,7 @@
+@@ -53,7 +54,7 @@ CFLAGS= @CFLAGS@
##
## Name of the rplay library to build.
##