diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-09-03 14:28:42 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-09-03 14:28:42 +0000 |
commit | 3a3b9da006b67d957d15d664e3826dd11f26a432 (patch) | |
tree | a80d9d610ee62524bb533effbe4758ecdebb4478 /ftp/quftp | |
parent | Respect hier(7) (diff) |
Fix build
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=118036
Diffstat (limited to 'ftp/quftp')
-rw-r--r-- | ftp/quftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index 78e089198628..56c3fa11be8a 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= readline.4:${PORTSDIR}/devel/readline GNU_CONFIGURE= yes -CFLAGS+= -L${PREFIX}/lib ${PTHREAD_LIBS} +CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CONFIGURE_ENV= CFLAGS="${CFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= quftp.1 |