diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-03-03 22:01:58 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-03-03 22:01:58 +0000 |
commit | d5bc16036a3822870654a72507aa4636c32d41c5 (patch) | |
tree | eef9ef6d911243e3f6c5b2ece009c329cb008b0c /audio | |
parent | Change the get_nfsstat routine to use sysctlbyname for -current, i.e. (diff) |
Honor CFLAGS.
PR: 10362
Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes:
svn path=/head/; revision=16993
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sox/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sox/files/patch-ab b/audio/sox/files/patch-ab index e00a39ff6724..bb8eb1cf617b 100644 --- a/audio/sox/files/patch-ab +++ b/audio/sox/files/patch-ab @@ -6,7 +6,7 @@ + +# FreeBSD 1.x / 2.x / 3.x -+CFLAGS = -O -DLINUXSOUND -D_HAVE_PARAM_H ++CFLAGS += -DLINUXSOUND -D_HAVE_PARAM_H +CC = cc +AR = ar r +RANLIB = ranlib |