diff options
author | steve <steve@FreeBSD.org> | 1999-11-14 11:44:12 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-14 11:44:12 +0800 |
commit | 9212752996da3ae96c327cd69919bf56c0622d38 (patch) | |
tree | 7d7a16e4bcd4ede24a75850c7bf523f61807da63 /graphics/gtkgraph/files | |
parent | d3e412ecb36080ea1b4fac5d594b9e50765b6a31 (diff) | |
download | freebsd-ports-gnome-9212752996da3ae96c327cd69919bf56c0622d38.tar.gz freebsd-ports-gnome-9212752996da3ae96c327cd69919bf56c0622d38.tar.zst freebsd-ports-gnome-9212752996da3ae96c327cd69919bf56c0622d38.zip |
Initial import of gtkgraph version 0.5.0.
A GTK-based graph plotting utility.
PR: 148845
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'graphics/gtkgraph/files')
-rw-r--r-- | graphics/gtkgraph/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gtkgraph/files/patch-aa b/graphics/gtkgraph/files/patch-aa new file mode 100644 index 000000000000..35f1ea85c019 --- /dev/null +++ b/graphics/gtkgraph/files/patch-aa @@ -0,0 +1,18 @@ +--- config.h.in.orig Tue Jul 27 15:09:36 1999 ++++ config.h.in Fri Nov 12 11:13:03 1999 +@@ -6,15 +6,6 @@ + /* Default value for alignment of strings in .mo file. */ + #define DEFAULT_ALIGNMENT 1 + +-#ifndef __P +-# if __STDC__ +-# define __P(args) args +-# else +-# define __P(args) () +-# endif +-#endif +- +- + /* Define if using alloca.c. */ + #undef C_ALLOCA + |