openbsd-ports/security/crank/patches/patch-src_Makefile_in
aanriot f61e68a8bf update to 0.2.1:
- bugfixes
- better installation stuff
- guile interface

ok naddy@
2005-07-18 17:02:48 +00:00

13 lines
545 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.1 2005/07/18 17:02:48 aanriot 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@ -Wno-endif-labels
LIBS = @LIBS@ @GTK_LIBS@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h