openbsd-ports/www/dwb/patches/patch-src_config_mk
landry b92e2dc842 Import dwb 2014.03.07.
dwb is a lightweight web browser based on the webkit web browser engine and
the gtk toolkit. dwb is highly customizable and can be easily configured
through a web interface.
It is mostly keyboard driven, inspired by firefox's vimperator plugin.

From maintainer Henrik Friedrichsen with tweaks from me and sthen@, ok sthen@
2014-09-08 20:01:03 +00:00

9 lines
316 B
Plaintext

$OpenBSD: patch-src_config_mk,v 1.1.1.1 2014/09/08 20:01:03 landry Exp $
--- src/config.mk.orig Mon Sep 8 20:22:06 2014
+++ src/config.mk Mon Sep 8 20:20:33 2014
@@ -1,3 +1,3 @@
ifeq ($(shell $(BASEDIR)/$(TOOLDIR)/check_header.sh execinfo.h $(CC)), 1)
-CFLAGS += -DHAS_EXECINFO
+# CFLAGS += -DHAS_EXECINFO
endif