FreeBSD Bugzilla – Attachment 75444 Details for
Bug 108975
[FEATURE] devel/pth-hard
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 845 bytes, created by
Martin Matuska
on 2007-02-09 13:00:41 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2007-02-09 13:00:41 UTC
Size:
845 bytes
patch
obsolete
>--- devel/pth/Makefile.orig Fri Feb 9 12:39:48 2007 >+++ devel/pth/Makefile Fri Feb 9 12:46:46 2007 >@@ -25,8 +25,14 @@ > MAN1= pth-config.1 > MAN3= pth.3 > >-OPTIONS= OPTIMIZED_CFLAGS "Build with optimized CFLAGS" on \ >- SYSCALL_HARD "Build with hard syscalls" off >+.if defined(WITH_SYSCALL_HARD) >+PKGNAMESUFFIX= -hard >+CONFLICTS= pth-2.* >+.else >+CONFLICTS= pth-hard-2.* >+.endif >+ >+OPTIONS= OPTIMIZED_CFLAGS "Build with optimized CFLAGS" on > > .include <bsd.port.pre.mk> > >--- devel/pth-hard/Makefile.orig Fri Feb 9 12:48:07 2007 >+++ devel/pth-hard/Makefile Fri Feb 9 12:48:05 2007 >@@ -0,0 +1,12 @@ >+# New ports collection makefile for: pth-hard >+# Date created: 9 Februar 2007 >+# Whom: Martin Matuska <martin@matuska.org> >+# >+# $FreeBSD$ >+# >+ >+WITH_SYSCALL_HARD= yes >+ >+MASTERDIR= ${.CURDIR}/../pth >+ >+.include "${MASTERDIR}/Makefile"
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 108975
: 75444