summaryrefslogtreecommitdiff
path: root/textproc/gpp/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-12-22 13:18:23 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-12-22 13:18:23 +0000
commiteae80094d345af0b2857ef36d8f4f1014b07952f (patch)
treebabbf8b9ca53025ed27c0349383502748b343615 /textproc/gpp/files
parentInitial import of py-gd 0.26. (diff)
Update to version 2.1
PR: 32980 Submitted by: MAINTAINER
Diffstat (limited to 'textproc/gpp/files')
-rw-r--r--textproc/gpp/files/patch-Makefile11
-rw-r--r--textproc/gpp/files/patch-gpp.c10
2 files changed, 0 insertions, 21 deletions
diff --git a/textproc/gpp/files/patch-Makefile b/textproc/gpp/files/patch-Makefile
deleted file mode 100644
index 294e45ed4f01..000000000000
--- a/textproc/gpp/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Thu Sep 6 12:54:40 2001
-+++ Makefile Thu Sep 6 12:55:01 2001
-@@ -4,7 +4,7 @@
- all: gpp gpp.1 gpp.html
-
- gpp: gpp.c
-- gcc -O2 -Wall gpp.c -o gpp
-+ gcc $(CFLAGS) gpp.c -o gpp
-
- gpp.1: gpp gpphelp.pp
- ./gpp -H -Dman gpphelp.pp -o gpp.1
diff --git a/textproc/gpp/files/patch-gpp.c b/textproc/gpp/files/patch-gpp.c
deleted file mode 100644
index 4eeb7ecb4d2a..000000000000
--- a/textproc/gpp/files/patch-gpp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gpp.c.orig Thu Sep 6 12:51:44 2001
-+++ gpp.c Thu Sep 6 12:52:57 2001
-@@ -40,7 +40,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <malloc.h>
-
- #define STACKDEPTH 50
- #define MAXARGS 100