Skip to content

Commit

Permalink
fixed CPPFLAGS in CONFIGURE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Harnett committed Aug 29, 2000
1 parent 81f4c30 commit 8193ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archivers/lzop/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2000/08/21 22:20:28 danh Exp $
# $OpenBSD: Makefile,v 1.4 2000/08/29 16:49:48 danh Exp $
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $

DISTNAME= lzop-1.00
Expand All @@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes

SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' \
LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>

0 comments on commit 8193ffa

Please sign in to comment.