mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- 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>
10 lines
243 B
C
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)
|