diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-11-15 15:44:39 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-11-15 15:44:39 +0000 |
commit | 6cf4ee9ccb9e1db2535ef4960e74dd0710500236 (patch) | |
tree | a58cdad12b804bedf89745497aaead8df6e4b393 /devel/pth/Makefile | |
parent | 60fcecc73b10e848d956afbbf3e8f2eefc45ede5 (diff) | |
download | ports-6cf4ee9ccb9e1db2535ef4960e74dd0710500236.tar.gz ports-6cf4ee9ccb9e1db2535ef4960e74dd0710500236.zip |
Notes
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index f2dc9e468ae3..00fb8dd6cc6d 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -7,6 +7,7 @@ PORTNAME= pth PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= pth @@ -25,8 +26,8 @@ CONFIGURE_ARGS= --enable-optimize \ USE_REINPLACE= yes -MAN1= pth-config.1 pthread-config.1 -MAN3= pth.3 pthread.3 +MAN1= pth-config.1 +MAN3= pth.3 OPTIONS= OPTIMIZED_CFLAGS "Build with optimized CFLAGS" on \ SYSCALL_HARD "Build with hard syscalls" off @@ -35,8 +36,12 @@ OPTIONS= OPTIMIZED_CFLAGS "Build with optimized CFLAGS" on \ .if defined(WITH_SYSCALL_HARD) CONFIGURE_ARGS+= --enable-syscall-hard --disable-syscall-soft +PLIST_SUB= PTHREAD="@comment " .else CONFIGURE_ARGS+= --enable-syscall-soft --enable-pthread +PLIST_SUB= PTHREAD="" +MAN1+= pthread-config.1 +MAN3+= pthread.3 .endif post-patch: |