diff options
author | adam <adam> | 2007-03-21 22:15:11 +0000 |
---|---|---|
committer | adam <adam> | 2007-03-21 22:15:11 +0000 |
commit | df0cc857310dc9686aa4f00a5bf946438a1804fe (patch) | |
tree | c58475be3d41568e2aa5e4bb1acc924b648e8701 /comms/efax-gtk/patches | |
parent | e98f6219634b4fa56292c51137510bdd5ecee29b (diff) | |
download | pkgsrc-df0cc857310dc9686aa4f00a5bf946438a1804fe.tar.gz |
Changes 3.0.14:
Cater for postscript viewers such as evince which, if an instance
of the program is already running, will return before the file to
be viewed is displayed.
Changes 3.0.13:
Use GtkToolItem interface where compiled against GTK+ >= 2.4
Use Glib atomic functions for locked reference counting where
compiled against glib >= 2.4
Improve robustness of referencing of PrintManager class
Don't allow GtkEntry objects to select contents automatically when
acquiring focus and update copyright notice
Take some miscellaneous thread functions/objects out of global
namespace
Refer to evince rather than ggv as the Gnome ps file viewer
Modify interface of AsyncQueue class
In the README file, refer to using rpmbuild and not rpm to build
rpm packages.
Diffstat (limited to 'comms/efax-gtk/patches')
-rw-r--r-- | comms/efax-gtk/patches/patch-ag | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/efax-gtk/patches/patch-ag b/comms/efax-gtk/patches/patch-ag index 194b969fa46..17ec752d4b8 100644 --- a/comms/efax-gtk/patches/patch-ag +++ b/comms/efax-gtk/patches/patch-ag @@ -1,9 +1,9 @@ -$NetBSD: patch-ag,v 1.2 2007/01/07 13:46:19 adam Exp $ +$NetBSD: patch-ag,v 1.3 2007/03/21 22:15:12 adam Exp $ ---- src/utils/Makefile.in.orig 2006-11-04 18:51:26.000000000 +0100 +--- src/utils/Makefile.in.orig 2007-03-15 23:47:05.000000000 +0100 +++ src/utils/Makefile.in -@@ -211,7 +211,7 @@ noinst_HEADERS = fdstream.h fdstream.tcc - window.h async_queue.h +@@ -213,7 +213,7 @@ noinst_HEADERS = fdstream.h fdstream.tcc + async_queue.h INCLUDES = -DDATADIR=\"$(datadir)\" -DRC_DIR=\"$(sysconfdir)\" -DSIGC_VERSION=@SIGC_VER@ -AM_CXXFLAGS = -D_XOPEN_SOURCE=600 @SIGC_CFLAGS@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ -I.. |