diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2004-02-24 09:54:52 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-24 09:54:52 +0000 |
| commit | 4e7785c79dc2fd5b3ad8ee12022ac8a888dd1eea (patch) | |
| tree | 9d7e2e11e2fa76ed70696a9e844b0ccc4b264dc9 /net/lmd/files/patch-modules_check::Makefile | |
| parent | - Update to version 2.5.0 (diff) | |
- Fix on amd64 [1]
- Use DOCSDIR in pkg-plist
PR: ports/63183 [1]
Submitted by: Hendrik Scholz <hendrik@scholz.net> [1]
Notes
Notes:
svn path=/head/; revision=101956
Diffstat (limited to 'net/lmd/files/patch-modules_check::Makefile')
| -rw-r--r-- | net/lmd/files/patch-modules_check::Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/lmd/files/patch-modules_check::Makefile b/net/lmd/files/patch-modules_check::Makefile index 7ef750a84888..312f1b56ce84 100644 --- a/net/lmd/files/patch-modules_check::Makefile +++ b/net/lmd/files/patch-modules_check::Makefile @@ -1,5 +1,5 @@ ---- modules_check/Makefile.orig Mon Nov 26 07:31:09 2001 -+++ modules_check/Makefile Tue May 14 14:16:16 2002 +--- modules_check/Makefile.orig Sun Nov 25 17:31:09 2001 ++++ modules_check/Makefile Sat Feb 21 14:25:58 2004 @@ -1,14 +1,15 @@ # If you want to debug lmd comment out this line and recompile it # Launch lmd with -v option to see debug messages @@ -16,7 +16,7 @@ socket.o: - gcc -c ../socket.c -o socket.o -+ ${CC} -c ../socket.c -o socket.o ++ ${CC} ${OPTS} -c ../socket.c -o socket.o clean: rm *.so *.o |
