freebsd-ports/chinese/pcmanx/files/patch-src-core-pcmanx_utils.h
Rene Ladan 3ff0acd28e - Unbreak on 9 (tested with compiler-rt branch) [1]
- upgrade to 0.3.9 [1]
- change WWW line in pkg-descr [1]
- Remove MD5 checksum and zero PORTREVISION

PR:		ports/151484
Submitted by:	Kuan-Chung Chiu [buganini gmail.com] [1]
2010-10-31 00:08:47 +00:00

10 lines
272 B
C

--- src/core/pcmanx_utils.h.orig 2010-10-12 21:10:55.000000000 +0800
+++ src/core/pcmanx_utils.h 2010-10-12 21:11:00.000000000 +0800
@@ -5,7 +5,6 @@
#include <config.h>
#endif
-#include <bits/wordsize.h>
#if __WORDSIZE == 64
typedef unsigned long int word_t;
#else