FreeBSD Bugzilla – Attachment 40183 Details for
Bug 63183
amd64-fix: net/lmd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lmd-amd64.diff
lmd-amd64.diff (text/plain), 1.67 KB, created by
hendrik
on 2004-02-21 19:30:22 UTC
(
hide
)
Description:
lmd-amd64.diff
Filename:
MIME Type:
Creator:
hendrik
Created:
2004-02-21 19:30:22 UTC
Size:
1.67 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/FreeBSD-CVS/ports/net/lmd/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- Makefile 18 Jan 2004 10:50:13 -0000 1.6 >+++ Makefile 21 Feb 2004 19:27:28 -0000 >@@ -20,8 +20,6 @@ > DOCS= INSTALL LICENSE README > PKGMESSAGE= ${WRKDIR}/pkg-message > >-MAKE_ENV+= CPPFLAGS="-DPREFIX=\\\"${PREFIX}\\\"" >- > post-patch: > ${REINPLACE_CMD} -i.bak -e 's|varargs.h|stdarg.h|' \ > ${WRKSRC}/chkmodules.h \ >@@ -50,4 +48,10 @@ > .endfor > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+.if ${ARCH} == "amd64" >+MAKE_ENV+= CPPFLAGS="-DPREFIX=\\\"${PREFIX}\\\" -fPIC" >+.else >+MAKE_ENV+= CPPFLAGS="-DPREFIX=\\\"${PREFIX}\\\"" >+.endif >+.include <bsd.port.post.mk> >Index: files/patch-modules_check::Makefile >=================================================================== >RCS file: /home/FreeBSD-CVS/ports/net/lmd/files/patch-modules_check::Makefile,v >retrieving revision 1.1 >diff -u -r1.1 patch-modules_check::Makefile >--- files/patch-modules_check::Makefile 16 May 2002 10:25:45 -0000 1.1 >+++ files/patch-modules_check::Makefile 21 Feb 2004 19:27:28 -0000 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 63183
: 40183