diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-06-15 04:28:02 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-06-15 04:28:02 +0000 |
commit | 3aa5224366663f616123810b1f2e58e5a4bdbfae (patch) | |
tree | 18d49b5f736368aaafd4b5779dcbd88bdcf13901 /audio/mpg123 | |
parent | 2d5a1b43d5887fbefa0c5e4c5f840d5a7140b15c (diff) | |
download | ports-3aa5224366663f616123810b1f2e58e5a4bdbfae.tar.gz ports-3aa5224366663f616123810b1f2e58e5a4bdbfae.zip |
Respect PREFIX.
PR: ports/12210
Submitted by: Nick Hibma <nick.hibma@jrc.it>
Notes
Notes:
svn path=/head/; revision=19483
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/files/patch-aa | 13 |
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' |