Date: Sat, 22 Jun 2019 18:46:35 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504881 - head/deskutils/showdown/files Message-ID: <201906221846.x5MIkZO8082672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Jun 22 18:46:35 2019 New Revision: 504881 URL: https://svnweb.freebsd.org/changeset/ports/504881 Log: Add patchfile forgotten in r504880. Approved by: portmgr (tier-2 blanket) Added: head/deskutils/showdown/files/ head/deskutils/showdown/files/extra-patch-GNUmakefile (contents, props changed) Added: head/deskutils/showdown/files/extra-patch-GNUmakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/showdown/files/extra-patch-GNUmakefile Sat Jun 22 18:46:35 2019 (r504881) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906221846.x5MIkZO8082672>