forked from Lainports/opnsense-ports
27 lines
880 B
Text
27 lines
880 B
Text
--- Makefile.orig 2016-02-28 14:27:33 UTC
|
|
+++ Makefile
|
|
@@ -22,13 +22,13 @@
|
|
# --- configuration ends here ---
|
|
|
|
ifeq ($(ENABLE_GTK3),auto)
|
|
-ENABLE_GTK3 := $(shell pkg-config --exists gtk+-3.0 && echo yes)
|
|
+# ENABLE_GTK3 := $(shell pkg-config --exists gtk+-3.0 && echo yes)
|
|
endif
|
|
|
|
ifeq ($(ENABLE_GTK3),yes)
|
|
REQ_PKGS += 'webkitgtk-3.0 >= 1.2.4' javascriptcoregtk-3.0
|
|
else
|
|
-REQ_PKGS += 'webkit-1.0 >= 1.2.4' javascriptcoregtk-1.0
|
|
+REQ_PKGS += 'webkit-1.0 >= 1.2.4'
|
|
endif
|
|
|
|
ifeq ($(ENABLE_GTK3),yes)
|
|
@@ -46,7 +46,7 @@
|
|
|
|
COMMIT_HASH := $(shell ./misc/hash.sh)
|
|
|
|
-CPPFLAGS += -D_XOPEN_SOURCE=500 -DARCH=\"$(ARCH)\" -DCOMMIT=\"$(COMMIT_HASH)\" -DLIBDIR=\"$(LIBDIR)\"
|
|
+CPPFLAGS += -DARCH=\"$(ARCH)\" -DCOMMIT=\"$(COMMIT_HASH)\" -DLIBDIR=\"$(LIBDIR)\"
|
|
|
|
HAVE_LIBSOUP_VERSION := $(shell pkg-config --exists 'libsoup-2.4 >= 2.41.1' && echo yes)
|
|
ifeq ($(HAVE_LIBSOUP_VERSION),yes)
|