Set "-fcommon" for twenty duplicate symbols

No upstream activity since 2014.
Enrich COMMENT and fix COMMENT and DESCR to note our GTK+3 patch.
Replace dead HOMEPAGE with SourceForge.
This commit is contained in:
kn 2021-02-01 00:56:58 +00:00
parent c2b19727ec
commit 986d55318c
2 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.31 2019/07/12 20:51:10 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2021/02/01 00:56:58 kn Exp $
COMMENT = GTK+2 file manager
COMMENT = GTK based file manager with two-pane design
DISTNAME = emelfm2-0.9.1
REVISION = 2
REVISION = 3
CATEGORIES = x11
HOMEPAGE = http://emelfm2.net/
HOMEPAGE = http://emelfm.sourceforge.net/
# GPLv3
PERMIT_PACKAGE = Yes
@ -28,4 +28,7 @@ MAKE_ENV = MAN_DIR=${DESTDIR}/$(PREFIX)/man/man1 CC=${CC} lCFLAGS="${CFLAGS} -I$
USE_GMAKE = Yes
NO_TEST = Yes
# XXX twenty duplicate symbols
COPTS = -fcommon
.include <bsd.port.mk>

View File

@ -2,3 +2,5 @@ emelFM2 is a file manager that implements the popular two-pane
design. It features a simple GTK+2 interface, a flexible filetyping
scheme, and a built-in command line for executing commands without
opening an xterm.
This port is patches to use GTK+3.