mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d477a683ff
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>
12 lines
221 B
Plaintext
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 =
|
|
|