diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-30 05:09:06 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-30 05:09:06 +0000 |
commit | 3fc821f9cf815b4d4bd3e21890ea1a73d22b4e11 (patch) | |
tree | 9bf5fdf145fdb6ef332a7ec40e8b95dd0708624c /audio/mp3asm/files | |
parent | 668637d3c5ebb8455726bc4461d5254a81b1a815 (diff) | |
download | ports-3fc821f9cf815b4d4bd3e21890ea1a73d22b4e11.tar.gz ports-3fc821f9cf815b4d4bd3e21890ea1a73d22b4e11.zip |
Notes
Diffstat (limited to 'audio/mp3asm/files')
-rw-r--r-- | audio/mp3asm/files/patch-configure.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/mp3asm/files/patch-configure.in b/audio/mp3asm/files/patch-configure.in new file mode 100644 index 000000000000..889ad46f7f03 --- /dev/null +++ b/audio/mp3asm/files/patch-configure.in @@ -0,0 +1,12 @@ +--- configure.in.orig Thu Apr 12 00:21:30 2001 ++++ configure.in Thu Aug 30 00:19:21 2001 +@@ -7,7 +7,8 @@ + dnl Checks for programs. + AC_PROG_LN_S + +-CFLAGS="-g -O -Wall" ++CC="$CC" ++CFLAGS="-g -Wall $CFLAGS" + + dnl Checks for libraries. + |