mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
3d2066e576
- switch to bz2 distfile - ECHO -> ECHO_MSG PR: 52043 Submitted by: Ports Fury
30 lines
634 B
Plaintext
30 lines
634 B
Plaintext
--- lib/device/gsipcm/Makefile.orig Tue Jan 30 21:14:16 2001
|
|
+++ lib/device/gsipcm/Makefile Fri May 16 16:42:32 2003
|
|
@@ -23,7 +23,7 @@
|
|
STATIC_LIB = libgsipcm.a
|
|
DYNAMIC_LIB = libgsipcm.so
|
|
LIB_NAME = $(LIBGSIPCM)
|
|
-VERSION = .0.1
|
|
+VERSION = .0
|
|
LIB_OBJS = pcm_functions.o log.o
|
|
|
|
|
|
@@ -31,7 +31,7 @@
|
|
|
|
INCLUDES = -I../../include
|
|
|
|
-WARN = -Wall -Wstrict-prototypes
|
|
+WARN = -Wall #-Wstrict-prototypes
|
|
|
|
MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_MAKELIB_CFLAGS)
|
|
|
|
@@ -95,7 +95,7 @@
|
|
|
|
|
|
install.man:
|
|
- cp doc/*.3 $(MANDIR)/man3/
|
|
+ cp doc/man3/*.3 $(MANDIR)/man3/
|
|
|
|
uninstall:
|
|
rm -f $(INSTALL_FILE)
|