pkgsrc-WIP-changes archive

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

only c99 is needed



Module Name:	pkgsrc-wip
Committed By:	Tiago Seco <tiago%seco.ws@localhost>
Pushed By:	tse
Date:		Sat Jan 11 21:28:17 2020 +0000
Changeset:	0203ef33c6e26d55bcaaa3fa04bf35664fae41e1

Modified Files:
	prosody/Makefile

Log Message:
only c99 is needed

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

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

diffstat:
 prosody/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/prosody/Makefile b/prosody/Makefile
index 277150de84..4156fbfbd2 100644
--- a/prosody/Makefile
+++ b/prosody/Makefile
@@ -17,7 +17,7 @@ DEPENDS+=		${LUA_PKGPREFIX}-socket>=2.0:../../net/lua-socket
 DEPENDS+=		icu-[0-9]*:../../textproc/icu
 
 HAS_CONFIGURE=		yes
-USE_LANGUAGES+=		c c99
+USE_LANGUAGES=		c99
 USE_TOOLS+=		gmake
 BUILD_DEFS+=		VARBASE
 


Home | Main Index | Thread Index | Old Index