diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-19 09:37:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-19 09:37:35 +0000 |
commit | 51187e8363c6c613ff152b53adbc4f4af2291507 (patch) | |
tree | 81f60a9fcd771036b0476b7d7542a67b2e5e9f10 /emulators/aftp | |
parent | 1cb0786a267214df191dcb8572a86792fcb062ee (diff) | |
download | ports-51187e8363c6c613ff152b53adbc4f4af2291507.tar.gz ports-51187e8363c6c613ff152b53adbc4f4af2291507.zip |
Notes
Diffstat (limited to 'emulators/aftp')
-rw-r--r-- | emulators/aftp/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/aftp/files/patch-aa b/emulators/aftp/files/patch-aa index b31229050322..e4baa2231072 100644 --- a/emulators/aftp/files/patch-aa +++ b/emulators/aftp/files/patch-aa @@ -30,7 +30,7 @@ ! ${CC} -o aftp $(OBJS) .c.o: -! ${CC} -c $< +! ${CC} -c ${CFLAGS} $< ! ! install: all ! ${INSTALL_BIN} aftp ${PREFIX}/bin/ |