1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/databases/dbixx/Makefile
Gerald Pfeifer d09ed096c4 */*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d9 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
2021-06-04 05:53:21 +00:00

32 lines
698 B
Makefile

# Created by: Mohammad S. Babaei <info@babaei.net>
PORTNAME= dbixx
PORTVERSION= 0.0.4
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION}
MAINTAINER= info@babaei.net
COMMENT= Tiny C++ wrapper around libdbi for database and SQL connectivity
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS+= libdbi.so:databases/libdbi
BUILD_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers
GNU_CONFIGURE= yes
USES= libtool localbase:ldflags pathfix
USE_LDCONFIG= yes
USE_GCC= yes
INSTALL_TARGET= install-strip
PLIST_FILES= include/dbixx/dbixx.h \
lib/libdbixx.a \
lib/libdbixx.so \
lib/libdbixx.so.2 \
lib/libdbixx.so.2.0.0
.include <bsd.port.mk>