diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-22 18:46:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-22 18:46:35 +0000 |
commit | 7cd8c61037e0989e0524eefc5922fdc4c7cdae19 (patch) | |
tree | bbb06c69e1bd8474231cdaed4d28c65037b7a8d3 | |
parent | 3c814f2bccfd8fc3aaf539f76e178c5a25d0dfc1 (diff) |
Add patchfile forgotten in r504880.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=504881
-rw-r--r-- | deskutils/showdown/files/extra-patch-GNUmakefile | 11 |
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 \ |