[Midnightbsd-cvs] mports: libpurple/files: missing patch files.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 17 00:39:58 EDT 2007


Log Message:
-----------
missing patch files.

Added Files:
-----------
    mports/net-im/libpurple/files:
        patch-finch_libgnt_gntmain.c (r1.1)
        patch-finch_libgnt_gntwm.c (r1.1)

-------------- next part --------------
--- /dev/null
+++ 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
+ 
--- /dev/null
+++ 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
+ 


More information about the Midnightbsd-cvs mailing list