aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2019-06-23 02:46:35 +0800
committerlinimon <linimon@FreeBSD.org>2019-06-23 02:46:35 +0800
commitf652e55739f373a2a20a9a87eeacdb61e6e05edd (patch)
treebbb06c69e1bd8474231cdaed4d28c65037b7a8d3 /deskutils
parentd7fbfd81b0639c30cb71a091afb12b6618359288 (diff)
downloadfreebsd-ports-gnome-f652e55739f373a2a20a9a87eeacdb61e6e05edd.tar.gz
freebsd-ports-gnome-f652e55739f373a2a20a9a87eeacdb61e6e05edd.tar.zst
freebsd-ports-gnome-f652e55739f373a2a20a9a87eeacdb61e6e05edd.zip
Add patchfile forgotten in r504880.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/showdown/files/extra-patch-GNUmakefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/showdown/files/extra-patch-GNUmakefile b/deskutils/showdown/files/extra-patch-GNUmakefile
new file mode 100644
index 000000000000..2960e8d8a8cf
--- /dev/null
+++ b/deskutils/showdown/files/extra-patch-GNUmakefile
@@ -0,0 +1,11 @@
+--- GNUmakefile.orig 2017-12-22 05:00:34 UTC
++++ GNUmakefile
+@@ -41,7 +41,7 @@ INSTALL_DIR = $(INSTALL) -d -m755
+ RM = rm -f
+
+ VALAPKGS = --pkg gtk+-3.0 --pkg webkit2gtk-4.0 --vapidir src --pkg libmarkdown
+-CWARNFLAGS = -Wno-incompatible-pointer-types -Wno-discarded-qualifiers
++CWARNFLAGS = -Wno-discarded-qualifiers
+
+ VALAFLAGS = \
+ --target-glib=2.48 \