1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 06:57:06 +00:00
termux-packages/packages/frogcomposband/h-config.h.patch
Archenoth d38fff8093 Added frogcomposband package build
This game is in the main repository due to the custom license that
Angband used to have that this project inherited
2020-08-25 08:07:21 -06:00

15 lines
439 B
Diff

diff --git a/src/h-config.h b/src/h-config.h
index b6cf6081..44b8f240 100644
--- a/src/h-config.h
+++ b/src/h-config.h
@@ -207,7 +207,8 @@
*/
#if !defined(MACINTOSH) && !defined(WINDOWS) && \
!defined(MSDOS) && !defined(USE_EMX) && !defined(MACH_O_CARBON) && \
- !defined(AMIGA) && !defined(ACORN) && !defined(VM)
+ !defined(AMIGA) && !defined(ACORN) && !defined(VM) && \
+ !defined(__ANDROID__)
# define SET_UID
#endif