diff options
author | tv <tv> | 1999-05-06 20:07:21 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-06 20:07:21 +0000 |
commit | 83117c1e819ec1606c94c9e051bc6e0a2444ebba (patch) | |
tree | 0ce11f00e4abcf3c54cd00aad9edef5ead4b10cf /devel/ptl2/Makefile | |
parent | 33bd5b73ef66b33e91a4b61d911a83d9c5fcb998 (diff) | |
download | pkgsrc-83117c1e819ec1606c94c9e051bc6e0a2444ebba.tar.gz |
Use proper ELF build (with -soname); also add c++rt0 for a.out and
crt{begin,end}S for ELF so that a constructor does not have to be attached
to every resultant .o file (_pthread_init() becomes a constructor in the
library itself). Add ptlg++ as analogue of ptlgcc.
The pkgname is renamed ptl-990315 (drop -current-) so this version is not
considered compatible in binary form.
Diffstat (limited to 'devel/ptl2/Makefile')
-rw-r--r-- | devel/ptl2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index c5b45fa1297..388a15b2d83 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1999/05/02 12:04:11 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/06 20:07:21 tv Exp $ DISTNAME= PTL2-current-990325 -PKGNAME= ptl2-current-990325 +PKGNAME= ptl2-990325 CATEGORIES= devel MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/PTL2-current-990325/ @@ -10,6 +10,8 @@ HOMEPAGE= http://www.media.osaka-cu.ac.jp/~k-abe/PTL/ BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +CONFLICTS= ptl-current-* + USE_GMAKE= YES PLIST_SRC= ${WRKDIR}/PLIST |