<?xml version="1.0"?>
<package name="unifdef">
	<description>selectively remove C preprocessor conditionals</description>
	<releases>
		<release version="2.12" revision="2">
			<build>
				<script>
					<archive name="unifdef-$VERSION">
						<!-- fix build with GCC 15, https://github.com/fanf2/unifdef/pull/19 -->
						<cmd>sed -i -e 's/constexpr/is_constexpr/g' unifdef.c</cmd>

						<cmd>make</cmd>
						<cmd>make prefix=/usr install</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
