mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
shared-mime-info 2.0 (2020-06-05) [1]: * Port build system to meson, and ship test suite with tarball * Install ITS file to allow gettext to translate mime-type descriptions * Add BPS and IPS patch formats * Lower weight for "use strict" and similar in the perl mimetype * Add new magic for Sega Mega Drive ROMs * Add Common Lisp mime-type * Rename text/x-tcl to text/tcl * Add text/vbscript * Add PySpread spreadsheet mime-types * Add Kotlin source mime-type * Add AVIF image mime-type * Split versions of the Audible audio mime types * Add *.spx glob for audio/x-speex+ogg * Add Apple System Profiler XML mime-type [1] https://gitlab.freedesktop.org/xdg/shared-mime-info/-/releases PR: 248558 Reported by: jbeich
9 lines
339 B
Text
9 lines
339 B
Text
--- src/xdgmime/src/Makefile.orig 2020-08-24 07:25:48 UTC
|
|
+++ src/xdgmime/src/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-CFLAGS=-Wall -Wmissing-prototypes -Wno-sign-compare -g -DXDG_PREFIX=xdg_test -DHAVE_MMAP
|
|
+CFLAGS+=-Wall -Wmissing-prototypes -Wno-sign-compare -g -DXDG_PREFIX=xdg_test -DHAVE_MMAP
|
|
|
|
all: test-mime test-mime-data print-mime-data
|
|
|