pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libretro-fceumm: include endian.mk before using its defines
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Jun 30 09:04:15 2017 +0200
Changeset: 29bf9f628ade6b2b59417e430abbf974383128af
Modified Files:
libretro-fceumm/Makefile
Log Message:
libretro-fceumm: include endian.mk before using its defines
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=29bf9f628ade6b2b59417e430abbf974383128af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libretro-fceumm/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/libretro-fceumm/Makefile b/libretro-fceumm/Makefile
index 8742c452c1..6a2a301f8d 100644
--- a/libretro-fceumm/Makefile
+++ b/libretro-fceumm/Makefile
@@ -17,6 +17,8 @@ USE_TOOLS+= gmake
CFLAGS+= -DHAVE_ASPRINTF
+.include "../../mk/endian.mk"
+
.if ${MACHINE_ENDIAN} == "big"
CFLAGS+= -DMSB_FIRST
.endif
Home |
Main Index |
Thread Index |
Old Index