openbsd-ports/telephony/iaxclient/patches/patch-lib_Makefile_in
sebastia a540a8b3b4 Initial import of iaxclient 2.1beta3
A lightweight cross platform IP telephony client using
the IAX protocol, designed for use with the asterisk
open source PBX.

OK, landry@ jasper@
2010-06-18 17:32:21 +00:00

15 lines
653 B
Plaintext

$OpenBSD: patch-lib_Makefile_in,v 1.1 2010/06/18 17:32:21 sebastia Exp $
remove some parameters to make gcc-2.95 happy
--- lib/Makefile.in.orig Mon Apr 7 18:08:38 2008
+++ lib/Makefile.in Wed Jun 16 09:02:35 2010
@@ -352,8 +352,7 @@ AM_CPPFLAGS = \
-I$(srcdir)/portmixer/px_common
AM_CFLAGS = $(PTHREAD_CFLAGS) $(SPEEX_CFLAGS) $(SPEEXDSP_CFLAGS) \
- $(IAX2_CFLAGS) $(PORTAUDIO_CFLAGS) -Wall -Wextra \
- -Wno-unused-parameter -Wpointer-arith \
+ $(IAX2_CFLAGS) $(PORTAUDIO_CFLAGS) -Wall -Wpointer-arith \
-DLIBVER='"$(PACKAGE_VERSION)"' $(am__append_8) \
$(am__append_11) $(am__append_16) $(am__append_18) \
$(am__append_21) $(am__append_24)