Remove compiler flag that's not supported by all three gcc versions,
-Werror. Fixes build on at least sgi. ok steven@ (MAINTAINER)
This commit is contained in:
parent
40ff0e9401
commit
6e38ca4819
15
textproc/gnuvd/patches/patch-src_Makefile_in
Normal file
15
textproc/gnuvd/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2010/08/25 17:37:41 jasper Exp $
|
||||
|
||||
Remove flag that's not supported by all three gcc versions.
|
||||
|
||||
--- src/Makefile.in.orig Wed Aug 25 19:27:06 2010
|
||||
+++ src/Makefile.in Wed Aug 25 19:27:13 2010
|
||||
@@ -176,7 +176,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-AM_CFLAGS = -Wall -Wextra -Wno-unused-parameter
|
||||
+AM_CFLAGS = -Wall -Wno-unused-parameter
|
||||
gnuvd_SOURCES = \
|
||||
main.c \
|
||||
gnuvd.c \
|
Loading…
Reference in New Issue
Block a user