diff options
author | imura <imura@FreeBSD.org> | 2000-02-26 01:25:42 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-26 01:25:42 +0800 |
commit | 39ce4c52389a516c283326cdd13d9faf20406493 (patch) | |
tree | fdf6617d7f5a3377289ff46be914195cc8bd0080 /audio/krio | |
parent | 2b83ed8f081c240645b1842ac2232d6bc3c7112d (diff) | |
download | freebsd-ports-gnome-39ce4c52389a516c283326cdd13d9faf20406493.tar.gz freebsd-ports-gnome-39ce4c52389a516c283326cdd13d9faf20406493.tar.zst freebsd-ports-gnome-39ce4c52389a516c283326cdd13d9faf20406493.zip |
Small modification to respect $(CXX).
Diffstat (limited to 'audio/krio')
-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) |