diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-08-06 17:47:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-08-06 17:47:23 +0000 |
commit | b8a0e40f8cb92c61b3ae5b26e9f5098a27591e3b (patch) | |
tree | 29fe6b18eafd216c6834f9a3d70305bf5f0049b6 /net | |
parent | 594b0dc64c6885d7cdc0e1403e52779453fcc1f5 (diff) | |
download | ports-b8a0e40f8cb92c61b3ae5b26e9f5098a27591e3b.tar.gz ports-b8a0e40f8cb92c61b3ae5b26e9f5098a27591e3b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gastman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gastman/Makefile b/net/gastman/Makefile index cc04828596a7..040db26e10e5 100644 --- a/net/gastman/Makefile +++ b/net/gastman/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e \ - 's|^CFLAGS=|CFLAGS=${CFLAGS} -D__FreeBSD__ |g; \ + 's|^CFLAGS=|CFLAGS= -I${WRKSRC}/include ${CFLAGS}|g; \ s|$$(INSTALL_PREFIX)/usr/sbin|${PREFIX}/bin|g; \ s|$$(INSTALL_PREFIX)/usr/share|${PREFIX}/share|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ |