diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-07 18:34:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-07 18:34:54 +0000 |
commit | 0b04676d3acd590c2815b05e10f433160e56ee59 (patch) | |
tree | e55ba0aca11b87c692c07807ca1340e424556804 /audio/id3v2/files/patch-aa | |
parent | Remove the crafty-open-rock port. The necessary files are no longer (diff) |
Fix Build on -CURRENT. Merged from:
PR: 45220
Submitted by: Jens Rehsack <rehsack@liwing.de>
Notes
Notes:
svn path=/head/; revision=72706
Diffstat (limited to 'audio/id3v2/files/patch-aa')
-rw-r--r-- | audio/id3v2/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/id3v2/files/patch-aa b/audio/id3v2/files/patch-aa index 13ca63b4dfdd..201b23dee0e6 100644 --- a/audio/id3v2/files/patch-aa +++ b/audio/id3v2/files/patch-aa @@ -2,7 +2,7 @@ +++ Makefile Sun Dec 22 03:51:30 2002 @@ -1,10 +1,9 @@ -all: id3v2 -+CC= c++ ++CC= ${CXX} +PROG= id3v2 +SRCS= id3v2.cpp list.cpp convert.cpp +CXXFLAGS+= -I${DESTDIR}${PREFIX}/include |