1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/converters/mmencode/files/patch-ab
Chris Piazza d477a683ff Import of mmencode.
mmencode is actually part of metamail, but at least one port, bgrab,
requires this to run.  bgrab is a console application, and metamail
requires X (not good).

mmencode simply converts a byte stream into (or out of) one of one of
the standard encoding formats defined by MIME.

PR:		14054
Submitted by:	Kelly Yancey <kbyanc@posi.net>
1999-10-01 17:54:16 +00:00

12 lines
221 B
Plaintext

--- Makefile.orig Fri Oct 1 10:30:36 1999
+++ Makefile Fri Oct 1 10:30:42 1999
@@ -15,7 +15,7 @@
STATICFLAG=FOOBAR${HOST_ARCH}
-CFLAGS = -g -I. ${$(STATICFLAG)}
+CFLAGS += -g -I. ${$(STATICFLAG)}
LDLIBS =