diff options
author | Tor Egge <tegge@FreeBSD.org> | 2002-06-18 20:32:21 +0000 |
---|---|---|
committer | Tor Egge <tegge@FreeBSD.org> | 2002-06-18 20:32:21 +0000 |
commit | 05e2e6dbaffe2ff4a8f2d64f948f9c5830b5cc82 (patch) | |
tree | c6bef19d86b89b8095ef06339c6270090c5e565b /devel/linuxthreads/pkg-plist | |
parent | b2045a45ae0be3ee8013d3080bfde5dde0b0c028 (diff) |
Register PIC archives when INSTALL_PIC_ARCHIVE has been defined.
Defining INSTALL_LIBLTHREAD_PIC_ARCHIVE causes installation and
registration of PIC archive for liblthread, which can be used to
generate a shared liblthread library for a different gcc installation.
Bump port revision.
Notes
Notes:
svn path=/head/; revision=61524
Diffstat (limited to 'devel/linuxthreads/pkg-plist')
-rw-r--r-- | devel/linuxthreads/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/linuxthreads/pkg-plist b/devel/linuxthreads/pkg-plist index a916d791d674..d56248adfe35 100644 --- a/devel/linuxthreads/pkg-plist +++ b/devel/linuxthreads/pkg-plist @@ -1,15 +1,19 @@ lib/liblthread.a %%PROFILE:%%lib/liblthread_p.a +%%LIBLTHREADPICARCHIVE:%%lib/liblthread_pic.a %%PIC:%%lib/liblthread.so %%PIC:%%lib/liblthread.so.%%LTHREADSHMAJOR:%%.2 lib/liblgcc_r.a %%PROFILE:%%lib/liblgcc_r_p.a +%%PICARCHIVE:%%lib/liblgcc_r_pic.a %%GCC3ONLY:%%lib/liblstdc++.a %%GCC3ONLY:%%%%PROFILE:%%lib/liblstdc++_p.a +%%GCC3ONLY:%%%%PICARCHIVE:%%lib/liblstdc++_pic.a %%GCC3ONLY:%%%%PIC:%%lib/liblstdc++.so %%GCC3ONLY:%%%%PIC:%%lib/liblstdc++.so.4 %%GCC3ONLY:%%lib/liblsupc++.a %%GCC3ONLY:%%%%PROFILE:%%lib/liblsupc++_p.a +%%GCC3ONLY:%%%%PICARCHIVE:%%lib/liblsupc++_pic.a include/pthread/linuxthreads/pthread.h include/pthread/linuxthreads/semaphore.h include/pthread/linuxthreads/pt-machine.h |