openbsd-ports/security/crank/patches/patch-src_Makefile_in
pvalchev a8a12420c7 -Wno-endif-labels is gcc3-only and not all of our architectures use it;
therefore remove it as the (irrelevant) warnings can easily be ignored.
2005-12-18 22:33:42 +00:00

13 lines
528 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.2 2005/12/18 22:33:42 pvalchev Exp $
--- src/Makefile.in.orig Sun Jul 17 22:37:10 2005
+++ src/Makefile.in Sun Jul 17 22:38:32 2005
@@ -102,7 +102,7 @@ guile_only_sources = crank_wrap.c scheme
plugindir = $(pkglibdir)/plugins
INCLUDES = -DPLUGINDIR=\""$(plugindir)"\" -DDATADIR=\""$(pkgdatadir)"\"
-CFLAGS = @CFLAGS@ @GTK_CFLAGS@ -Wall
+CFLAGS = @CPPFLAGS@ @CFLAGS@ @GTK_CFLAGS@
LIBS = @LIBS@ @GTK_LIBS@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h