diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-02-12 16:04:14 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-02-12 16:04:14 +0000 |
commit | df61e1a2d57d4ed96770acb6d464a3e1e498385e (patch) | |
tree | b922e601125d2d2a952c9ad3594d550b9d94439b /devel/pth | |
parent | 59e8bb5642d037d77fd8a6d843782a0613c92fb0 (diff) |
Notes
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 39a6f307d026..64bc3f83f03b 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 2.0.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= pth +PKGNAMESUFFIX?= # empty MAINTAINER= vd@FreeBSD.org COMMENT= GNU Portable Threads @@ -27,17 +28,16 @@ MAN3= pth.3 OPTIONS= OPTIMIZED_CFLAGS "Build with optimized CFLAGS" on +CONFLICTS?= pth-hard-2.* + .include <bsd.port.pre.mk> -.if defined(WITH_SYSCALL_HARD) -PKGNAMESUFFIX= -hard +.if ${PKGNAMESUFFIX} == "-hard" CONFIGURE_ARGS+= --enable-syscall-hard --disable-syscall-soft PLIST_SUB= PTHREAD="@comment " -CONFLICTS= pth-* .else CONFIGURE_ARGS+= --enable-syscall-soft --enable-pthread PLIST_SUB= PTHREAD="" -CONFLICTS= pth-hard-* MAN1+= pthread-config.1 MAN3+= pthread.3 .endif |