summaryrefslogtreecommitdiff
path: root/audio/cmp3/files/patch-Makefile.in
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-19 19:19:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-19 19:19:36 +0000
commitbd13f9cb9d357a40b8e251097933495a3f8f3104 (patch)
treeb254cad3cab0daba0fa4827f802a83e1266d5c48 /audio/cmp3/files/patch-Makefile.in
parent- Update to version 2004.03.07 (diff)
- Update to version 2.0.p6
PR: ports/64466 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=104651
Diffstat (limited to 'audio/cmp3/files/patch-Makefile.in')
-rw-r--r--audio/cmp3/files/patch-Makefile.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/audio/cmp3/files/patch-Makefile.in b/audio/cmp3/files/patch-Makefile.in
new file mode 100644
index 000000000000..216fda26c28c
--- /dev/null
+++ b/audio/cmp3/files/patch-Makefile.in
@@ -0,0 +1,34 @@
+--- Makefile.in.orig Sun Jul 29 14:43:49 2001
++++ Makefile.in Thu Mar 18 22:27:35 2004
+@@ -5,19 +5,19 @@
+ # initial_directory is now set in the config file
+ mpg123_location := "mpg123"
+ ogg123_location := "ogg123"
+-install_directory := "$(HOME)/bin"
++install_directory := "$(PREFIX)/bin"
+
+ #
+ # Location of config file - Please edit this file before installing
+ #
+-config_file := "$(HOME)/.cmp3rc"
++#config_file := "$(HOME)/.cmp3rc"
+
+ #
+ # Uncomment and set if desired
+ #
+
+ ## An ass repository is a nice thing to have. See README
+-ass_repository := "$(HOME)/.cmp3ass"
++#ass_repository := "$(HOME)/.cmp3ass"
+
+ ## Define this for bufferring or add other parameters to mpg123 and ogg123
+ mpg123_params := -b 320
+@@ -42,7 +42,7 @@
+ # stands. Change the code to do something else you want it to do...
+ #PARAMS +=-DMY_CD
+ LIBS= -lform -lncurses
+-CFLAGS= -g -O -Inevlib
++CFLAGS= @CFLAGS@ -Inevlib
+ CC= @CC@
+ OBJS= cmp3common.o cmp3fileio.o cmp3manager.o cmp3curses.o \
+ cmp3llist.o cmp3main.o cmp3listfiles.o cmp3playlist.o cmp3volume.o \