diff options
author | asami <asami@FreeBSD.org> | 1997-05-19 09:37:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-19 09:37:35 +0000 |
commit | ea9d4d41d2e9425959312971ca56e169e086400b (patch) | |
tree | beac69b7664fae7249df145060ceb858a9b06ea6 /emulators/aftp | |
parent | bc7e3f3daae87fbc43483490833225a133f11bb0 (diff) | |
download | FreeBSD-ports-ea9d4d41d2e9425959312971ca56e169e086400b.zip FreeBSD-ports-ea9d4d41d2e9425959312971ca56e169e086400b.tar.gz |
Honor ${CFLAGS} setting.
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 b312290..e4baa22 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/ |