diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-26 13:18:38 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-26 13:18:38 +0000 |
commit | d64f0b552089c4165d1255ead85cff3d4f7d3bfc (patch) | |
tree | fe0f4e7c55be4e2b456b54d4559a759200626f37 /textproc/unroff/files | |
parent | 585302792ac1ee986b4636f2c54568f22a0d09be (diff) | |
download | ports-d64f0b552089c4165d1255ead85cff3d4f7d3bfc.tar.gz ports-d64f0b552089c4165d1255ead85cff3d4f7d3bfc.zip |
Notes
Diffstat (limited to 'textproc/unroff/files')
-rw-r--r-- | textproc/unroff/files/patch-a | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/textproc/unroff/files/patch-a b/textproc/unroff/files/patch-a deleted file mode 100644 index ec6d4a526513..000000000000 --- a/textproc/unroff/files/patch-a +++ /dev/null @@ -1,43 +0,0 @@ ---- src/Makefile.orig Wed Aug 23 21:12:48 1995 -+++ src/Makefile Thu Nov 6 22:21:29 2003 -@@ -1,24 +1,24 @@ - # $Revision: 1.12 $ - - ### You need a C compiler that compiles ANSI C code. --CC = gcc --CFLAGS = -Wall -pedantic -O -+#CC = gcc -+CFLAGS += -DBSD - - ### If you need additional linker flags add them here. - LDFLAGS = - - ### The directory where the Elk installation resides on your system. --ELKDIR = /usr/elk -+ELKDIR = ${PREFIX}/share/elk - - ### Additional libraries. You may want to insert the output of the - ### shell-script $(ELKDIR)/lib/ldflags here. --LIBS = -lm -+LIBS = -lm -lelk -L${LOCALBASE}/lib - - ### The makedepend program (it's usually installed with the X11 binaries). - MAKEDEP = makedepend - - ### The directory under which you will install the Scheme files. --DIR = /usr/local/lib/unroff -+DIR = ${PREFIX}/share/unroff - - ### The default output format. - FORMAT = html -@@ -30,8 +30,8 @@ - ### ------------------------------------------------------------------------- - - SHELL = /bin/sh --INCLUDE = -I$(ELKDIR)/include --ELK = $(ELKDIR)/lib/module.o -+INCLUDE = -I${LOCALBASE}/include/elk -+#ELK = $(ELKDIR)/lib/module.o - DEFS = -DDEFAULT_DIR=\"$(DIR)\" -DDEFAULT_FORMAT=\"$(FORMAT)\" - CTAGS = ctags -t -w - |