mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Add forgotten patch
This commit is contained in:
parent
4e077d913b
commit
8ce5c99b1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278026
12
www/uzbl/files/patch-Makefile
Normal file
12
www/uzbl/files/patch-Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
--- Makefile.orig 2011-07-20 11:12:34.000000000 +0100
|
||||
+++ Makefile 2011-07-20 11:14:15.000000000 +0100
|
||||
@@ -7,7 +7,8 @@
|
||||
RUN_PREFIX?=$(PREFIX)
|
||||
|
||||
# use GTK3-based webkit when it is available
|
||||
-USE_GTK3 = $(shell pkg-config --exists gtk+-3.0 webkitgtk-3.0 && echo 1)
|
||||
+# USE_GTK3 = $(shell pkg-config --exists gtk+-3.0 webkitgtk-3.0 && echo 1)
|
||||
+USE_GTK3 = 0
|
||||
|
||||
ifeq ($(USE_GTK3),1)
|
||||
REQ_PKGS += gtk+-3.0 webkitgtk-3.0
|
Loading…
x
Reference in New Issue
Block a user