diff options
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: |
