summaryrefslogtreecommitdiff
path: root/audio/gsi/files/patch-ad
blob: 4330864d1b4c5d9f41cea06bbefc2b6a1fe001de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- applications/player/Makefile.orig	Tue Dec 19 02:31:29 2000
+++ applications/player/Makefile	Fri May 16 17:12:31 2003
@@ -23,7 +23,7 @@
 
 INCLUDES	= -I../../lib/include
 
-CFLAGS		= -O2 -fomit-frame-pointer -DDEBUG -g -Wall
+CFLAGS		+= -Wall -DDEBUG
 ALL_CFLAGS	= $(DEFINES) $(INCLUDES) $(CFLAGS)
 
 
@@ -43,7 +43,7 @@
 else
 CURSES		= ncurses
 endif
-LIBS		= $(CURRENT_GSI_LIBS) -L/usr/local/lib -lgsi -lgsif -lm -l$(CURSES) $(EXTRALIBS)
+LIBS		= $(CURRENT_GSI_LIBS) -lgsi -lgsif -lm -l$(CURSES) $(EXTRALIBS)
 
 
 #-----------------------------------------------------------------------------#
@@ -69,10 +69,10 @@
 install: $(PRG) install.man
 	cp -f $(PRG) $(INSTALL_FILE)
 
-install.man: doc/gsiplay.1
+install.man: doc/man1/gsiplay.1
 	@echo
 	@echo "Installing gsiplay man page:"
-	cp -f doc/gsiplay.1 $(MANDIR)/man1/
+	cp -f doc/man1/gsiplay.1 $(MANDIR)/man1/
 
 
 #-----------------------------------------------------------------------------#