diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-09 20:17:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-09 20:17:15 +0000 |
commit | 9e53e8cbdf1e7d4119f59f1c2dd45b1d6f127c7b (patch) | |
tree | 815a38a1f35bf3e99ae02500591604a9127bf632 /textproc | |
parent | Fix -pthread/-lc issue. (diff) |
Unbreak on -STABLE (no stdint.h).
PR: ports/65850
Approved by: maintainer silence
Notes
Notes:
svn path=/head/; revision=108756
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iiimf-protocol-lib/Makefile | 8 | ||||
-rw-r--r-- | textproc/iiimf-protocol-lib/files/patch-include_iiimp_iiimp-data.h | 13 |
2 files changed, 9 insertions, 12 deletions
diff --git a/textproc/iiimf-protocol-lib/Makefile b/textproc/iiimf-protocol-lib/Makefile index 4c0e1d390071..e8cea2eea1fc 100644 --- a/textproc/iiimf-protocol-lib/Makefile +++ b/textproc/iiimf-protocol-lib/Makefile @@ -27,12 +27,6 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --includedir=${PREFIX}/include/iiimf/iiimp -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x" -.endif - post-patch: ${REINPLACE_CMD} -e "s,-lpthread,-pthread,g" \ -e "s,-D_POSIX_C_SOURCE=199506L,,g" \ @@ -40,4 +34,4 @@ post-patch: -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \ ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/iiimf-protocol-lib/files/patch-include_iiimp_iiimp-data.h b/textproc/iiimf-protocol-lib/files/patch-include_iiimp_iiimp-data.h index b3a187bf353c..ed6d5e70cb79 100644 --- a/textproc/iiimf-protocol-lib/files/patch-include_iiimp_iiimp-data.h +++ b/textproc/iiimf-protocol-lib/files/patch-include_iiimp_iiimp-data.h @@ -1,11 +1,14 @@ ---- include/iiimp/iiimp-data.h.orig Sat Dec 6 02:19:44 2003 -+++ include/iiimp/iiimp-data.h Sat Dec 6 02:18:15 2003 -@@ -7,7 +7,7 @@ +--- include/iiimp/iiimp-data.h.orig Wed Apr 21 16:01:34 2004 ++++ include/iiimp/iiimp-data.h Wed Apr 21 16:01:45 2004 +@@ -7,11 +7,8 @@ #include <stdio.h> #include <sys/types.h> -#if defined(linux) -+#if defined(linux) || defined(__FreeBSD__) - #include <stdint.h> +-#include <stdint.h> typedef unsigned char uchar_t; typedef unsigned int uint_t; +-#endif /* linux */ + + #include <iiimp-opcode.h> + |