diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-12 04:53:52 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-12 04:53:52 +0000 |
commit | fe9c80cfd04dcb256eb8cbf4868dfd774a3f00c8 (patch) | |
tree | aa6b3936778a2e3363496aa38e0f4221d69aecc2 | |
parent | Smash a compatibility bug in g_module_open(). It seems that unlike Linux one, (diff) |
Add missed #include "support.h" into uploadWizard.c, so that there is no
undefined reference to screem_show_warning() function.
Prompted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes
Notes:
svn path=/head/; revision=51374
Diffstat (limited to '')
-rw-r--r-- | www/screem-devel/Makefile | 2 | ||||
-rw-r--r-- | www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c | 13 | ||||
-rw-r--r-- | www/screem/Makefile | 2 | ||||
-rw-r--r-- | www/screem/files/patch-plugins::uploadWizard::uploadWizard.c | 13 |
4 files changed, 28 insertions, 2 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 74b7d96ceb31..57a0d64f6073 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ \ diff --git a/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c b/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c new file mode 100644 index 000000000000..880eb8443ae7 --- /dev/null +++ b/www/screem-devel/files/patch-plugins::uploadWizard::uploadWizard.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- plugins/uploadWizard/uploadWizard.c 2001/12/12 04:27:17 1.1 ++++ plugins/uploadWizard/uploadWizard.c 2001/12/12 04:28:19 +@@ -53,6 +53,7 @@ + + /* screem stuff */ + #include "site.h" ++#include "support.h" + #include "uploadWizard.h" + + int my_abortable_transfer_wrapper(struct site *site, diff --git a/www/screem/Makefile b/www/screem/Makefile index 74b7d96ceb31..57a0d64f6073 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ \ diff --git a/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c b/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c new file mode 100644 index 000000000000..880eb8443ae7 --- /dev/null +++ b/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- plugins/uploadWizard/uploadWizard.c 2001/12/12 04:27:17 1.1 ++++ plugins/uploadWizard/uploadWizard.c 2001/12/12 04:28:19 +@@ -53,6 +53,7 @@ + + /* screem stuff */ + #include "site.h" ++#include "support.h" + #include "uploadWizard.h" + + int my_abortable_transfer_wrapper(struct site *site, |