FreeBSD Bugzilla – Attachment 47198 Details for
Bug 72346
[PATCH] net/mpd doesn't pass COPTS to make
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 622 bytes, created by
Oleg Sharoiko
on 2004-10-05 08:40:23 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oleg Sharoiko
Created:
2004-10-05 08:40:23 UTC
Size:
622 bytes
patch
obsolete
>--- Makefile.old Tue Oct 5 10:42:36 2004 >+++ Makefile Tue Oct 5 11:12:47 2004 >@@ -21,13 +21,9 @@ > MANCOMPRESSED= maybe > > USE_OPENSSL =yes >-.if defined(WITH_OPENSSL_PORT) >-USE_OPENSSL_PORT=yes >-MAKE_ENV= COPTS+=-I${OPENSSLINC} LDADD+=-L${OPENSSLLIB} >-.else >-USE_OPENSSL_BASE=yes >-MAKE_ENV= COPTS+=-I${OPENSSLINC} >-.endif >+MAKE_ENV= COPTS="${COPTS} -I${OPENSSLINC}" LDADD="${LDADD} -L${OPENSSLLIB}" >+ >+.include <bsd.port.pre.mk> > > pre-build: > @${ECHO} >@@ -37,4 +33,4 @@ > post-install: > @${INSTALL_SCRIPT} -m 751 ${FILESDIR}/mpd.sh ${PREFIX}/etc/rc.d/mpd.sh.sample > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 72346
: 47198