From e5fe4380ebd3e72fb2012876132596f3d79d8c91 Mon Sep 17 00:00:00 2001 From: hujianwei Date: Sun, 6 Nov 2022 00:53:00 +0000 Subject: [PATCH] ; * Imakefile: Fix typo. --- Imakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Imakefile b/Imakefile index cc574d3..9f52a5f 100644 --- a/Imakefile +++ b/Imakefile @@ -23,7 +23,7 @@ DependSubdirs($(SUBDIRS)) GENHEADERS = transfer_atoms.h drm_modifiers.h HEADER = $(GENHEADERS) compositor.h -#if defined LinuxArchitecture || define GNUArchitecture +#if defined LinuxArchitecture || defined GNUArchitecture EXTRA_DEFINES := -DPortFile=\"port_gnu.h\" -D_GNU_SOURCE -U_BSD_SOURCE -U_SVID_SOURCE DEPEND_DEFINES := -DPortFile=\"port_gnu.h\" #else