Remove patch which was removing various -W flags. The updated timestamp on
the file triggers an attempt to rebuild autoconf files, which breaks the build if automake-1.11 is installed. Worked out by Nigel Taylor. Fix typo in DESCR while there. The patch was there because these flags broke the build in an earlier version of libnice, but are no longer needed (checked gcc 3 and 4; port didn't build on gcc 2 arch anyway). ok jasper@
This commit is contained in:
parent
230e15d043
commit
0c0f030952
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/06/02 17:09:32 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/06/16 08:58:32 sthen Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = GLib ICE implementation
|
||||
|
||||
DISTNAME = libnice-0.1.0
|
||||
REVISION = 0
|
||||
SHARED_LIBS += nice 1.1
|
||||
CATEGORIES = net
|
||||
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-common_mk,v 1.4 2011/03/02 07:32:04 jasper Exp $
|
||||
--- common.mk.orig Thu Mar 18 21:02:53 2010
|
||||
+++ common.mk Sat Feb 19 09:45:19 2011
|
||||
@@ -2,7 +2,6 @@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
- -Wextra \
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -12,8 +11,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
- -Wno-unused-parameter \
|
||||
- -Wno-missing-field-initializers
|
||||
+ -Wno-unused-parameter
|
||||
# -Wold-style-definition -Winline -Wunreachable-code
|
||||
|
||||
CLEANFILES = *.gcno *.gcda
|
@ -1,4 +1,4 @@
|
||||
libnice is an implementation of the IETF's draft Interactice
|
||||
libnice is an implementation of the IETF's draft Interactive
|
||||
Connectivity Establishment standard (ICE). It provides GLib-based
|
||||
library, libnice and GStreamer elements.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user