diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 18:03:45 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 18:03:45 +0000 |
commit | 4e0524180c44e3a33760ded734ca0ab30215cb19 (patch) | |
tree | 1fe4df2c78f91cecd5919be48f8e20b285122c62 /audio/cmt/files/patch-makefile | |
parent | Update MASTER_SITES (diff) |
Update to 1.14
PR: 41890
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=65438
Diffstat (limited to 'audio/cmt/files/patch-makefile')
-rw-r--r-- | audio/cmt/files/patch-makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/cmt/files/patch-makefile b/audio/cmt/files/patch-makefile index 8bcb2fc27f52..c302c5df7e1a 100644 --- a/audio/cmt/files/patch-makefile +++ b/audio/cmt/files/patch-makefile @@ -1,13 +1,11 @@ ---- makefile.orig Sat Jul 13 20:54:06 2002 -+++ makefile Sat Jul 13 20:56:15 2002 -@@ -12,9 +12,9 @@ - # GENERAL +--- src/makefile.orig Sat May 18 20:27:15 2002 ++++ src/makefile Thu Aug 22 12:07:51 2002 +@@ -13,8 +13,8 @@ # --INCLUDES = -I/usr/local/include/ + INCLUDES = -I/usr/local/include/ -CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC -CXXFLAGS = $(CFLAGS) -+INCLUDES = -I${LOCALBASE}/include/ +CFLAGS += $(INCLUDES) -Wall -Werror -fPIC +CXXFLAGS += $(CFLAGS) PLUGIN_LIB = ../plugins/cmt.so |