diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-11-17 03:20:56 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-11-17 03:20:56 +0000 |
commit | 906d75ba1cf569dc8373d2120187aeb7745550ad (patch) | |
tree | c1398805b5ea1b6eefd1bfac6539c4f05d5f6fdc | |
parent | Move font file to ${X11BASE}/lib/X11/fonts/local. (diff) |
Allow the ELF case to also inherit CFLAGS.
Notes
Notes:
svn path=/head/; revision=14585
-rw-r--r-- | audio/mpg123/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/files/patch-aa b/audio/mpg123/files/patch-aa index f96219f3be46..4ace488fe52f 100644 --- a/audio/mpg123/files/patch-aa +++ b/audio/mpg123/files/patch-aa @@ -22,7 +22,7 @@ +freebsd-elf: + $(MAKE) CC=cc LDFLAGS= \ + OBJECTS='decode_i386.o dct64_i386.o getbits.o audio_oss.o' \ -+ CFLAGS='-Wall -ansi -pedantic -fomit-frame-pointer \ ++ CFLAGS+='-Wall -ansi -pedantic -fomit-frame-pointer \ + -funroll-all-loops -ffast-math -DROT_I386 -DREAD_MMAP \ -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP -DOSS' \ mpg123-make |