diff options
author | novel <novel@FreeBSD.org> | 2005-04-15 22:36:16 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-04-15 22:36:16 +0800 |
commit | d51adb96a116c83522409d5b74fa8a07bbe7e8e2 (patch) | |
tree | 7f1044e40c4004da970bb5810dd1d3e843ee7212 /sysutils/pib/files | |
parent | 03cd161e55bc954eea3776efc1f74aa95d46deee (diff) | |
download | freebsd-ports-gnome-d51adb96a116c83522409d5b74fa8a07bbe7e8e2.tar.gz freebsd-ports-gnome-d51adb96a116c83522409d5b74fa8a07bbe7e8e2.tar.zst freebsd-ports-gnome-d51adb96a116c83522409d5b74fa8a07bbe7e8e2.zip |
Unbreak on 5.x
PR: 79872
Submitted by: Johan van Selst <johans@stack.nl>
Approved by: "."@babolo.ru (maintainer)
Diffstat (limited to 'sysutils/pib/files')
-rw-r--r-- | sysutils/pib/files/patch-tkPort.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/pib/files/patch-tkPort.h b/sysutils/pib/files/patch-tkPort.h new file mode 100644 index 000000000000..f06866b80a73 --- /dev/null +++ b/sysutils/pib/files/patch-tkPort.h @@ -0,0 +1,12 @@ +--- tkPort.h.orig Wed Apr 13 17:30:58 2005 ++++ tkPort.h Wed Apr 13 17:30:13 2005 +@@ -133,8 +133,6 @@ extern int errno; + * in any other header file. + */ + +-extern void panic(); +- + /* + * These functions do nothing under Unix, so we just eliminate calls them. + */ + |