1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/audio/gsi/files/patch-ad
Pete Fritchman 3d2066e576 - update to 0.9.6
- switch to bz2 distfile
- ECHO -> ECHO_MSG

PR:		52043
Submitted by:	Ports Fury
2003-05-18 19:09:46 +00:00

34 lines
955 B
Plaintext

--- 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/
#-----------------------------------------------------------------------------#