From 68f9347ddac4ab85f4bc10aee9c84c617b0ce692 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Tue, 15 Jun 1999 04:28:02 +0000 Subject: Respect PREFIX. PR: ports/12210 Submitted by: Nick Hibma --- audio/mpg123/files/patch-aa | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'audio/mpg123') diff --git a/audio/mpg123/files/patch-aa b/audio/mpg123/files/patch-aa index 058c6e5dc72..75426804109 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' -- cgit