1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

sysutils/ftwin: Remove databases/db5 dependency

Added in SVN r533094 due to overlinking
Add "-Wl,--as-needed" to LDFLAGS

Approved by:	portmgr (blanket, build fix)
This commit is contained in:
Daniel Engberg 2024-05-19 13:11:44 +02:00
parent a7bf6e5948
commit 4124c92e5d

View File

@ -1,6 +1,6 @@
PORTNAME= ftwin PORTNAME= ftwin
PORTVERSION= 0.8.10 PORTVERSION= 0.8.10
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= sysutils CATEGORIES= sysutils
MAINTAINER= shoesoft@gmx.net MAINTAINER= shoesoft@gmx.net
@ -17,13 +17,14 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \
libpcre.so:devel/pcre \ libpcre.so:devel/pcre \
libpuzzle.so:graphics/libpuzzle libpuzzle.so:graphics/libpuzzle
USES= autoreconf bdb libarchive pkgconfig tar:bzip2 USES= autoreconf libarchive pkgconfig tar:bzip2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-archive=${LOCALBASE} CONFIGURE_ARGS= --with-archive=${LOCALBASE}
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= fpesce GH_ACCOUNT= fpesce
GH_TAGNAME= 3355fd9 GH_TAGNAME= 3355fd9
LDFLAGS+= -Wl,--as-needed
MAKE_ARGS= CFLAGS="${CFLAGS}" MAKE_ARGS= CFLAGS="${CFLAGS}"
PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README