summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-11-21 12:31:04 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-11-21 12:31:04 +0000
commit982257a820bb49e0a652e104b4c287dae48c5299 (patch)
treebcfdb8376ae916d9348cadc5b73aeb98f6329b15 /ftp
parent- Update to version 4.0.1 (diff)
Respect CFLAGS, should fix build on alpha
Notes
Notes: svn path=/head/; revision=94638
Diffstat (limited to 'ftp')
-rw-r--r--ftp/greed/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile
index e26453f9a4a3..e6595183cd8d 100644
--- a/ftp/greed/Makefile
+++ b/ftp/greed/Makefile
@@ -16,10 +16,15 @@ COMMENT= A utility for downloading files with resume capabilities
ALL_TARGET= freebsd
WRKSRC= ${WRKDIR}/greed.81p
+USE_REINPLACE= yes
MANCOMPRESSED= yes
MAN1= greed.1
+post-patch:
+ ${REINPLACE_CMD} -e "s,-funroll-all-loops -ffast-math,${CFLAGS}," \
+ ${WRKSRC}/Makefile
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1