diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-31 05:27:32 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-31 08:28:17 +0000 |
commit | e041d92e4c7c6eaaf90495ad05545b9d943b74dd (patch) | |
tree | ea15a787f949fc69b9b474e49b8581729a4cafca | |
parent | 0bacac449e4f6980de46001f42857ad269fc8081 (diff) | |
download | ports-e041d92e4c7c6eaaf90495ad05545b9d943b74dd.tar.gz ports-e041d92e4c7c6eaaf90495ad05545b9d943b74dd.zip |
databases/nanodbc: Broken on 15; Update WWW
Reported by: fallout
-rw-r--r-- | databases/nanodbc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/nanodbc/Makefile b/databases/nanodbc/Makefile index b3f360cfa54b..32d6852aa23f 100644 --- a/databases/nanodbc/Makefile +++ b/databases/nanodbc/Makefile @@ -5,11 +5,14 @@ CATEGORIES= databases devel MAINTAINER= yuri@FreeBSD.org COMMENT= Small C++ wrapper for the native C ODBC API -WWW= https://nanodbc.github.io/nanodbc/ +WWW= https://nanodbc.github.io/nanodbc/ \ + https://github.com/nanodbc/nanodbc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/nanodbc/nanodbc/issues/421 + LIB_DEPENDS= libodbc.so:databases/unixODBC USES= cmake:testing compiler:c++14-lang localbase:ldflags # pkgconfig python:build |