diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-30 23:46:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-30 23:46:29 +0000 |
commit | 47c1047a0dbd89b2a61fb0dc98c18a87e5e876a3 (patch) | |
tree | 9df54683e9be0be762427d8278574cee39c0c4ff /editors/abiword | |
parent | 4ede838fe5cef3acbc647f3c9377410415e2f93f (diff) | |
download | ports-47c1047a0dbd89b2a61fb0dc98c18a87e5e876a3.tar.gz ports-47c1047a0dbd89b2a61fb0dc98c18a87e5e876a3.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 981c1e639bdc..b0f5e4622378 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,7 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword diff --git a/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp b/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp new file mode 100644 index 000000000000..c0ff7430562f --- /dev/null +++ b/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp @@ -0,0 +1,11 @@ +--- src/wp/ap/unix/ap_UnixApp.cpp.orig 2007-12-30 18:44:50.000000000 -0500 ++++ src/wp/ap/unix/ap_UnixApp.cpp 2007-12-30 18:41:23.000000000 -0500 +@@ -1405,7 +1405,7 @@ int AP_UnixApp::main(const char * szAppN + GNOME_PARAM_APP_DATADIR, ABIWORD_DATADIR, + GNOME_PARAM_APP_LIBDIR, ABIWORD_APP_LIBDIR, + GNOME_PARAM_POPT_TABLE, AP_Args::options, +- GNOME_PARAM_NONE); ++ (void *)0); + #ifdef LOGFILE + fprintf(logfile,"gnome_program_init completed \n"); + #endif |