aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpg123/files
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1999-06-15 12:28:02 +0800
committerjkoshy <jkoshy@FreeBSD.org>1999-06-15 12:28:02 +0800
commit68f9347ddac4ab85f4bc10aee9c84c617b0ce692 (patch)
tree2497d8f4c7fdb88aa15adb46e79dc85dff6d371c /audio/mpg123/files
parent8a92dc98484a380775c4900d4b08e54df00ddd7c (diff)
downloadfreebsd-ports-gnome-68f9347ddac4ab85f4bc10aee9c84c617b0ce692.tar.gz
freebsd-ports-gnome-68f9347ddac4ab85f4bc10aee9c84c617b0ce692.tar.zst
freebsd-ports-gnome-68f9347ddac4ab85f4bc10aee9c84c617b0ce692.zip
Respect PREFIX.
PR: ports/12210 Submitted by: Nick Hibma <nick.hibma@jrc.it>
Diffstat (limited to 'audio/mpg123/files')
-rw-r--r--audio/mpg123/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/mpg123/files/patch-aa b/audio/mpg123/files/patch-aa
index 058c6e5dc72d..75426804109d 100644
--- a/audio/mpg123/files/patch-aa
+++ b/audio/mpg123/files/patch-aa
@@ -1,5 +1,14 @@
---- Makefile.orig Wed Jan 27 01:05:18 1999
-+++ Makefile Mon Mar 22 22:42:04 1999
+--- Makefile.orig Tue Jan 26 15:35:18 1999
++++ Makefile Mon Jun 14 22:21:57 1999
+@@ -4,7 +4,7 @@
+
+ # Where to install binary and manpage on "make install":
+
+-PREFIX=/usr/local
++#PREFIX=/usr/local
+ BINDIR=$(PREFIX)/bin
+ MANDIR=$(PREFIX)/man
+ SECTION=1
@@ -247,24 +247,27 @@
#CFLAGS='-DI386_ASSEM -O2 -DREAL_IS_FLOAT -DLINUX -Wall -g'
#CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2'