diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-19 13:11:44 +0200 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-19 14:06:33 +0200 |
| commit | 4124c92e5dfec5647b74cf92f67fd82078a178f8 (patch) | |
| tree | a746e2f0f2119928942c59bfd4ef2ffda69d8f37 /sysutils/ftwin | |
| parent | devel/acsccid: udpate from 1.1.10 to 1.1.11 (diff) | |
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)
Diffstat (limited to 'sysutils/ftwin')
| -rw-r--r-- | sysutils/ftwin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index 1c1b9ac3ee3e..f2ef7f4bfaea 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -1,6 +1,6 @@ PORTNAME= ftwin PORTVERSION= 0.8.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= shoesoft@gmx.net @@ -17,13 +17,14 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \ libpcre.so:devel/pcre \ libpuzzle.so:graphics/libpuzzle -USES= autoreconf bdb libarchive pkgconfig tar:bzip2 +USES= autoreconf libarchive pkgconfig tar:bzip2 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-archive=${LOCALBASE} USE_GITHUB= yes GH_ACCOUNT= fpesce GH_TAGNAME= 3355fd9 +LDFLAGS+= -Wl,--as-needed MAKE_ARGS= CFLAGS="${CFLAGS}" PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README |
