ports/x11-servers/Xfstt/files/patch-libfstt__arch.h
Ruslan Makhmatkhanov f271f72f19 x11-servers/Xfstt: update to 1.9.2
- update to 1.9.2
- pass maintainership to submitter
- add new maintainer's distfile mirror to MASTER_SITES
- specify a LICENSE
- sort USES alphabetically
- regenerate patches with make makepatch
- remove absolute path from pkg-message
- add PROVIDE, REQUIRE and KEYWORD to the rc script

PR:		202267
Submitted by:	A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
2015-09-28 19:15:47 +00:00

10 lines
243 B
C

--- libfstt/arch.h.orig 2012-03-02 15:33:23 UTC
+++ libfstt/arch.h
@@ -48,6 +48,7 @@
// architecture specific
+#include <sys/types.h>
#include <netinet/in.h>
// byte swapping (doing it by ntohl/ntohs works only on little endian CPUs)