diff options
| author | Tor Egge <tegge@FreeBSD.org> | 2003-06-09 00:25:05 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 2003-06-09 00:25:05 +0000 |
| commit | 87937c3ca20f5ec92dc137a5cd9bc7137f6a9ef1 (patch) | |
| tree | d64c9c40391b3b55f57ff4787e12d3fd0fb38e7f /devel/linuxthreads/files/Makefile.libsupc++ | |
| parent | Project page moved to savannah.nongnu.org and the release file was (diff) | |
Adjust to changed compilation environment (Makefiles setup) in 5.1-CURRENT.
Link with liblgcc_r when creating linuxthreads versions of shared
libraries.
Diffstat (limited to 'devel/linuxthreads/files/Makefile.libsupc++')
| -rw-r--r-- | devel/linuxthreads/files/Makefile.libsupc++ | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/linuxthreads/files/Makefile.libsupc++ b/devel/linuxthreads/files/Makefile.libsupc++ index ac4ed4aec107..5e811457ee37 100644 --- a/devel/linuxthreads/files/Makefile.libsupc++ +++ b/devel/linuxthreads/files/Makefile.libsupc++ @@ -1,11 +1,12 @@ -# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libsupc++,v 1.1 2002-06-08 18:27:19 tegge Exp $ +# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libsupc++,v 1.2 2003-06-09 00:25:05 tegge Exp $ PREFIX?= ${DESTDIR}/usr/local LIBDIR= ${PREFIX:S,^${DESTDIR},,}/lib CFLAGS+=-D_PTHREADS -I../ CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -CXXFLAGS= ${CXXINCLUDES} ${CFLAGS} +CXXFLAGS= ${CXXINCLUDES} ${CFLAGS:C/-std=[a-z:0-9]+//} +LDADD=../libgcc_r/liblgcc_r.a installincludes: |
