summaryrefslogtreecommitdiff
path: root/audio/rplay/patches/patch-aa
blob: cddda8e82e0f8bfcc3a9246273d7c6bd6598480f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.3 2000/01/26 22:11:36 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 @@
 #CC_OPTIONS=	-O -cckr			# SGI 
 #CC_OPTIONS=	-O				# generic
 #CC_OPTIONS=	-g				# debug 
+CC_OPTIONS=	@CPPFLAGS@			# hack to add CPPFLAGS
 
 ##
 ## Extra linker options.
@@ -53,7 +54,7 @@
 ##
 ## Name of the rplay library to build.
 ##
-LIBRPLAY_NAME=	librplay.a
+LIBRPLAY_NAME=	librplay.la
 #LIBRPLAY_NAME=	librplay.sl			# HP-UX
 
 ##