From 47144ae00618afdd42c8471c7959a50bb177b179 Mon Sep 17 00:00:00 2001 From: vanilla Date: Sun, 15 Aug 2004 15:02:05 +0000 Subject: Fix build on 4-stable. Obtained from: kris --- lang/embryo/Makefile | 1 + lang/embryo/files/patch-embyro_cc_amx.h | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 lang/embryo/files/patch-embyro_cc_amx.h (limited to 'lang/embryo') diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index 31a562d..2fa0d70 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -7,6 +7,7 @@ PORTNAME= embryo PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment diff --git a/lang/embryo/files/patch-embyro_cc_amx.h b/lang/embryo/files/patch-embyro_cc_amx.h new file mode 100644 index 0000000..223a8b7 --- /dev/null +++ b/lang/embryo/files/patch-embyro_cc_amx.h @@ -0,0 +1,14 @@ +--- src/bin/embryo_cc_amx.h.orig Sun Aug 15 22:58:59 2004 ++++ src/bin/embryo_cc_amx.h Sun Aug 15 22:59:15 2004 +@@ -32,10 +32,7 @@ + * here, these types are probably undefined. + */ + # ifndef HAVE_STDINT_H +-typedef short int int16_t; +-typedef unsigned short int uint16_t; +-typedef int int32_t; +-typedef unsigned int uint32_t; ++#include + # endif + #endif + -- cgit v1.1