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-ag
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

30 lines
626 B
Plaintext

--- lib/gsif/Makefile.orig Tue Jan 30 16:23:10 2001
+++ lib/gsif/Makefile Fri May 16 16:44:47 2003
@@ -23,7 +23,7 @@
STATIC_LIB = libgsif.a
DYNAMIC_LIB = libgsif.so
LIB_NAME = $(LIBGSIF)
-VERSION = .0.2
+VERSION = .0
LIB_OBJS = io.o log.o error.o \
formats.o \
\
@@ -36,7 +36,7 @@
INCLUDES = -I../include
-WARN = -Wall -Wstrict-prototypes
+WARN = -Wall #-Wstrict-prototypes
MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_MAKELIB_CFLAGS)
@@ -101,7 +101,7 @@
install.man:
- cp doc/*.3 $(MANDIR)/man3/
+ cp doc/man3/*.3 $(MANDIR)/man3/
uninstall:
rm -f $(INSTALL_FILE)