diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 22:01:58 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 22:01:58 +0800 |
commit | 1245fc43556f6e1f48ef34178cfd78ac381671e5 (patch) | |
tree | bfb5f1c014ab014f5b5aa5ea84f946aae56ebff9 /hebrew/he2 | |
parent | d8449c22ab962e41b958a7844db48b6dd555720d (diff) | |
download | freebsd-ports-gnome-1245fc43556f6e1f48ef34178cfd78ac381671e5.tar.gz freebsd-ports-gnome-1245fc43556f6e1f48ef34178cfd78ac381671e5.tar.zst freebsd-ports-gnome-1245fc43556f6e1f48ef34178cfd78ac381671e5.zip |
Mark BROKEN: fails to build
LineEdit.cxx:90:28: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
Marker location={1, strlen(str), -1} ;
^~~~~~~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'hebrew/he2')
-rw-r--r-- | hebrew/he2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index 6c72405fdc0e..73a1e848b587 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -12,6 +12,8 @@ COMMENT= Editor for editing (primarily LaTeX) Hebrew files LICENSE= GPLv2 +BROKEN= fails to build + RUN_DEPENDS= iw-elmar-fonts>0:hebrew/elmar-fonts USES= gmake ncurses |