diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 14:31:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 14:31:04 +0800 |
commit | f7c3815726241bbe41f62e867ef0c0534b888c70 (patch) | |
tree | 12dd07a97102f5b897fed60cca69526a07112004 | |
parent | 9a21895bc3c98aeda21fff1d73841ad5f741050c (diff) | |
download | marcuscom-ports-f7c3815726241bbe41f62e867ef0c0534b888c70.tar marcuscom-ports-f7c3815726241bbe41f62e867ef0c0534b888c70.tar.gz marcuscom-ports-f7c3815726241bbe41f62e867ef0c0534b888c70.tar.bz2 marcuscom-ports-f7c3815726241bbe41f62e867ef0c0534b888c70.tar.lz marcuscom-ports-f7c3815726241bbe41f62e867ef0c0534b888c70.tar.xz marcuscom-ports-f7c3815726241bbe41f62e867ef0c0534b888c70.tar.zst marcuscom-ports-f7c3815726241bbe41f62e867ef0c0534b888c70.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9428 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/libpurple/files/patch-finch_libgnt_gntmain.c | 11 | ||||
-rw-r--r-- | net-im/libpurple/files/patch-finch_libgnt_gntwm.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-im/libpurple/files/patch-finch_libgnt_gntmain.c b/net-im/libpurple/files/patch-finch_libgnt_gntmain.c new file mode 100644 index 000000000..aaabc974a --- /dev/null +++ b/net-im/libpurple/files/patch-finch_libgnt_gntmain.c @@ -0,0 +1,11 @@ +--- finch/libgnt/gntmain.c.orig 2007-08-16 02:18:26.000000000 -0400 ++++ finch/libgnt/gntmain.c 2007-08-16 02:18:42.000000000 -0400 +@@ -21,7 +21,7 @@ + */ + + #define _GNU_SOURCE +-#if defined(__APPLE__) || defined(__unix__) ++#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) + #define _XOPEN_SOURCE_EXTENDED + #endif + diff --git a/net-im/libpurple/files/patch-finch_libgnt_gntwm.c b/net-im/libpurple/files/patch-finch_libgnt_gntwm.c new file mode 100644 index 000000000..9788cf084 --- /dev/null +++ b/net-im/libpurple/files/patch-finch_libgnt_gntwm.c @@ -0,0 +1,11 @@ +--- finch/libgnt/gntwm.c.orig 2007-08-16 02:19:22.000000000 -0400 ++++ finch/libgnt/gntwm.c 2007-08-16 02:19:38.000000000 -0400 +@@ -21,7 +21,7 @@ + */ + + #define _GNU_SOURCE +-#if defined(__APPLE__) || defined(__unix__) ++#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) + #define _XOPEN_SOURCE_EXTENDED + #endif + |