mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
3d2066e576
- switch to bz2 distfile - ECHO -> ECHO_MSG PR: 52043 Submitted by: Ports Fury
21 lines
502 B
Plaintext
21 lines
502 B
Plaintext
--- lib/device/gsimixer/Makefile.orig Mon Jan 15 01:13:55 2001
|
|
+++ lib/device/gsimixer/Makefile Fri May 16 17:22:30 2003
|
|
@@ -23,7 +23,7 @@
|
|
STATIC_LIB = libgsimixer.a
|
|
DYNAMIC_LIB = libgsimixer.so
|
|
LIB_NAME = $(LIBGSIMIXER)
|
|
-VERSION = .0.1
|
|
+VERSION = .0
|
|
LIB_OBJS = gsimixer.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)
|
|
|