diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 22:25:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 22:25:13 +0000 |
commit | 0d8aabec62371ef198d3542084c563c40a1a449e (patch) | |
tree | 9679f1e394ebe96ec6dfc65f2df7f1f26717bcfc /audio/maplay/files/patch-ab | |
parent | Update to fine 2.3 to unbreak this port. (diff) |
Honor CFLAGS/CXXFLAGS and get this to compile on systems with egcs
as the system compiler.
PR: 15077
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=23420
Diffstat (limited to 'audio/maplay/files/patch-ab')
-rw-r--r-- | audio/maplay/files/patch-ab | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/audio/maplay/files/patch-ab b/audio/maplay/files/patch-ab index eb0a46814157..a2199cbe6f6e 100644 --- a/audio/maplay/files/patch-ab +++ b/audio/maplay/files/patch-ab @@ -1,5 +1,22 @@ -*** work/Makefile.orig Tue Feb 14 08:18:41 1995 ---- work/Makefile Tue Feb 14 08:19:52 1995 +*** Makefile.orig Thu Jun 23 21:14:46 1994 +--- Makefile Thu Nov 25 02:59:22 1999 +*************** +*** 27,33 **** + # + + +! CFLAGS = $(COMPILERFLAGS) + # debugging: -ggdb -DDEBUG + # profiling: -pg (gprof) or -p (prof) + # strip command has to be removed for debugging or profiling +--- 27,33 ---- + # + + +! CFLAGS += $(COMPILERFLAGS) + # debugging: -ggdb -DDEBUG + # profiling: -pg (gprof) or -p (prof) + # strip command has to be removed for debugging or profiling *************** *** 39,45 **** |