diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-25 17:25:42 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-25 17:25:42 +0000 |
commit | 9d118e448111b38d7864d53eeff1caa3070a6070 (patch) | |
tree | e013124e1d352aae23e86f56361e1fbd71125234 /audio | |
parent | Add LIB_DEPENDS=kdelibs. (diff) |
Small modification to respect $(CXX).
Notes
Notes:
svn path=/head/; revision=26280
Diffstat (limited to 'audio')
-rw-r--r-- | audio/krio/files/patch-aa | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/krio/files/patch-aa b/audio/krio/files/patch-aa index 4e578c7ae22f..6ee408cdd8c2 100644 --- a/audio/krio/files/patch-aa +++ b/audio/krio/files/patch-aa @@ -1,8 +1,10 @@ --- Makefile.orig Wed Jul 21 21:39:27 1999 +++ Makefile Fri Feb 18 23:18:40 2000 -@@ -2,9 +2,12 @@ +@@ -1,10 +1,13 @@ + # anyone waht to clean this up for me, and perhaps make it use autoconf? - CC = g++ +-CC = g++ ++CC = $(CXX) RIODIR = rio107 -CFLAGS = -Wall -O1 -I/usr/X11R6/include/qt -I/usr/include/kde -I/usr/include/qt -I$(RIODIR) -# CFLAGS = -DDEBUG_MESSAGES -Wall -O1 -I/usr/X11R6/include/qt -I/usr/include/kde -I/usr/include/qt -I$(RIODIR) |