diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-08-17 06:55:06 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-08-17 06:55:06 +0000 |
commit | d12e424cdd3a500c28818e388f86a03c48ebb171 (patch) | |
tree | 719c2241ac51c98bbab70ce0540e45ddff48096a /audio/mpg123 | |
parent | Import pipsecd, a tool for making IPsec tunnels. (diff) |
Add terminal handling support to mpg123.
PR: ports/13139
Submitted by: Alexander Langer <alex@cichlids.com>
Notes
Notes:
svn path=/head/; revision=20755
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/mpg123/files/patch-aa b/audio/mpg123/files/patch-aa index 73a705c27f93..6babb8e7164e 100644 --- a/audio/mpg123/files/patch-aa +++ b/audio/mpg123/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Jun 15 23:39:06 1999 -+++ Makefile Tue Jul 27 14:54:26 1999 +--- Makefile.orig Wed Jun 16 02:09:06 1999 ++++ Makefile Tue Aug 17 16:05:45 1999 @@ -4,7 +4,7 @@ # Where to install binary and manpage on "make install": @@ -30,7 +30,7 @@ +CFLAGS +=-Wall -ansi -pedantic -fomit-frame-pointer \ + -funroll-all-loops -ffast-math -DROT_I386 \ + -DREAD_MMAP \ -+ -DI386_ASSEM ${ARCHOPT} -DREAL_IS_FLOAT -DUSE_MMAP -DOSS ++ -DI386_ASSEM ${ARCHOPT} -DREAL_IS_FLOAT -DUSE_MMAP -DOSS -DTERM_CONTROL + freebsd: - $(MAKE) CC=cc LDFLAGS= \ @@ -40,7 +40,7 @@ - -DREAD_MMAP \ - -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP -DOSS' \ - mpg123-make -+ ${MAKE} OBJECTS='decode_i386.o ${ARCHFILES} dct64_i386.o audio_oss.o' \ ++ ${MAKE} OBJECTS='decode_i386.o ${ARCHFILES} dct64_i386.o audio_oss.o term.o' \ + mpg123-make freebsd-esd: |