FreeBSD Bugzilla – Attachment 97664 Details for
Bug 136455
[PATCH] misc/ossp-uuid: add -fPIC for amd64 and ia64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ossp-uuid-1.6.2_1.patch
ossp-uuid-1.6.2_1.patch (text/plain), 933 bytes, created by
Martin Matuska
on 2009-07-08 11:10:01 UTC
(
hide
)
Description:
ossp-uuid-1.6.2_1.patch
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2009-07-08 11:10:01 UTC
Size:
933 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/misc/ossp-uuid/Makefile,v >retrieving revision 1.32 >diff -u -r1.32 Makefile >--- Makefile 27 Nov 2008 07:35:26 -0000 1.32 >+++ Makefile 8 Jul 2009 09:54:54 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= uuid > PORTVERSION= 1.6.2 >+PORTREVISION= 1 > CATEGORIES= misc devel > MASTER_SITES= ${MASTER_SITE_OSSP} > MASTER_SITE_SUBDIR= lib/${PORTNAME} >@@ -24,6 +25,8 @@ > MAN1= uuid-config.1 uuid.1 > MAN3= uuid.3 uuid++.3 > >+.include <bsd.port.pre.mk> >+ > .if defined(WITH_PERL) > USE_PERL5= 5.8.0+ > CONFIGURE_ENV+= PERL=${PERL5} >@@ -35,9 +38,13 @@ > PLIST_SUB+= WITH_PERL='@comment ' > .endif > >+.if ${ARCH} == "amd64" || ${ARCH} == "ia64" >+CFLAGS+= -fPIC >+.endif >+ > regression-test: test > > test: build > @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check > >-.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 136455
: 97664