diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 23:08:41 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 23:08:41 +0000 |
| commit | aa4ee346f3924061d86f9a4809d2e4897ead9e05 (patch) | |
| tree | 26e632f633e1638434a275f3b4d359b7d737458f /net/tcptraceroute/files/patch-Makefile | |
| parent | [maintainer update] net/pear-Net_NNTP: Update to 0.9.3 (diff) | |
tcptraceroute.c compile fails with: missing terminating " character
PR: ports/56620
Submitted by: none <supraexpress@globaleyes.net>
Notes
Notes:
svn path=/head/; revision=90563
Diffstat (limited to 'net/tcptraceroute/files/patch-Makefile')
| -rw-r--r-- | net/tcptraceroute/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcptraceroute/files/patch-Makefile b/net/tcptraceroute/files/patch-Makefile index 7abce3a75413..6564b05352a2 100644 --- a/net/tcptraceroute/files/patch-Makefile +++ b/net/tcptraceroute/files/patch-Makefile @@ -9,8 +9,8 @@ -DESTDIR=/usr/local/bin +CC?= cc +CFLAGS?= -O -pipe -Wall -+LNETINC= -I/usr/local/include -+LNETLIB= -L/usr/local/lib ++LNETINC= -I${LOCALBASE}/include ++LNETLIB= -L${LOCALBASE}/lib + +BINDIR= ${PREFIX}/sbin +MANDIR= ${PREFIX}/man |
