aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpg123
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1999-08-17 14:55:06 +0800
committerjkoshy <jkoshy@FreeBSD.org>1999-08-17 14:55:06 +0800
commiteaee0e8e8182e70b38effcdd43b7e205dec7aade (patch)
treeaf1afc5a9529d5f8689635dc27588f323ab97203 /audio/mpg123
parenta172ead0fd5ba8ba06a23378c7986cc88c56bfa3 (diff)
downloadfreebsd-ports-gnome-eaee0e8e8182e70b38effcdd43b7e205dec7aade.tar.gz
freebsd-ports-gnome-eaee0e8e8182e70b38effcdd43b7e205dec7aade.tar.zst
freebsd-ports-gnome-eaee0e8e8182e70b38effcdd43b7e205dec7aade.zip
Add terminal handling support to mpg123.
PR: ports/13139 Submitted by: Alexander Langer <alex@cichlids.com>
Diffstat (limited to 'audio/mpg123')
-rw-r--r--audio/mpg123/files/patch-aa8
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: