aboutsummaryrefslogtreecommitdiffstats
path: root/math/triangle/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-11-20 17:29:25 +0800
committerthierry <thierry@FreeBSD.org>2005-11-20 17:29:25 +0800
commit47abaf1aacabc5a24c26519f3dbe578791660bd8 (patch)
tree86ddd7b9b25693c966b408addd4112fa23201e08 /math/triangle/files
parent83d706665141efa30f62df70cae425a9e8109ebf (diff)
downloadfreebsd-ports-gnome-47abaf1aacabc5a24c26519f3dbe578791660bd8.tar.gz
freebsd-ports-gnome-47abaf1aacabc5a24c26519f3dbe578791660bd8.tar.zst
freebsd-ports-gnome-47abaf1aacabc5a24c26519f3dbe578791660bd8.zip
Unbreak by upgrading to 1.6.
PR: direct mail Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com>
Diffstat (limited to 'math/triangle/files')
-rw-r--r--math/triangle/files/patch-showme.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/triangle/files/patch-showme.c b/math/triangle/files/patch-showme.c
deleted file mode 100644
index 7d0ee0736a2e..000000000000
--- a/math/triangle/files/patch-showme.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./showme.c.orig Wed Apr 28 05:13:34 2004
-+++ ./showme.c Sat Oct 16 23:00:09 2004
-@@ -106,6 +106,8 @@
- #include <X11/Xutil.h>
- #include <X11/Xatom.h>
-
-+#include <stdlib.h>
-+
- /* The following obscenity seems to be necessary to ensure that this program */
- /* will port to Dec Alphas running OSF/1, because their stdio.h file commits */
- /* the unpardonable sin of including stdlib.h. Hence, malloc(), free(), and */