pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sds: Declare that a C99 compiler is required



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Jul 14 12:58:16 2021 +0200
Changeset:	22337477f3af91499a850a06bb2fb9d6a812fec1

Modified Files:
	sds/Makefile

Log Message:
sds: Declare that a C99 compiler is required

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22337477f3af91499a850a06bb2fb9d6a812fec1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sds/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/sds/Makefile b/sds/Makefile
index 3e5dfe6d06..d6f3bb53aa 100644
--- a/sds/Makefile
+++ b/sds/Makefile
@@ -10,10 +10,11 @@ HOMEPAGE=	https://github.com/antirez/sds/
 COMMENT=	Simple dynamic strings library for C
 LICENSE=	2-clause-bsd
 
-INSTALLATION_DIRS=	lib include
-
+USE_LANGUAGES=	c99
 TEST_TARGET=	test
 
+INSTALLATION_DIRS=	lib include
+
 do-install:
 	${INSTALL_LIB} ${WRKSRC}/libsds.so ${DESTDIR}${PREFIX}/lib/libsds.so
 	${INSTALL_DATA} ${WRKSRC}/sds.h ${DESTDIR}${PREFIX}/include/sds.h


Home | Main Index | Thread Index | Old Index