diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-12 17:06:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-12 17:06:35 +0800 |
commit | 6bbcdb01730b0c22e26be05779035b19abf38c0b (patch) | |
tree | 66887373d01a6a1c536020a8942bf6d75dbf8511 | |
parent | c92f3df92afd64a8c39252afc9997335f21cdcb4 (diff) | |
download | freebsd-ports-gnome-6bbcdb01730b0c22e26be05779035b19abf38c0b.tar.gz freebsd-ports-gnome-6bbcdb01730b0c22e26be05779035b19abf38c0b.tar.zst freebsd-ports-gnome-6bbcdb01730b0c22e26be05779035b19abf38c0b.zip |
fix strange build problem on stable
-rw-r--r-- | net-im/libyahoo2/files/patch-sample_client.c | 10 | ||||
-rw-r--r-- | net/libyahoo2/files/patch-sample_client.c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-im/libyahoo2/files/patch-sample_client.c b/net-im/libyahoo2/files/patch-sample_client.c new file mode 100644 index 000000000000..f5d0ec9a9d36 --- /dev/null +++ b/net-im/libyahoo2/files/patch-sample_client.c @@ -0,0 +1,10 @@ +--- src/sample_client.c.orig Sat Apr 12 17:04:56 2003 ++++ src/sample_client.c Sat Apr 12 17:05:25 2003 +@@ -51,7 +51,6 @@ + #include <yahoo2_callbacks.h> + #include "yahoo_util.h" + +-int fileno(FILE * stream); + + + #define MAX_PREF_LEN 255 diff --git a/net/libyahoo2/files/patch-sample_client.c b/net/libyahoo2/files/patch-sample_client.c new file mode 100644 index 000000000000..f5d0ec9a9d36 --- /dev/null +++ b/net/libyahoo2/files/patch-sample_client.c @@ -0,0 +1,10 @@ +--- src/sample_client.c.orig Sat Apr 12 17:04:56 2003 ++++ src/sample_client.c Sat Apr 12 17:05:25 2003 +@@ -51,7 +51,6 @@ + #include <yahoo2_callbacks.h> + #include "yahoo_util.h" + +-int fileno(FILE * stream); + + + #define MAX_PREF_LEN 255 |