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.libgcc_r | |
| 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.libgcc_r')
| -rw-r--r-- | devel/linuxthreads/files/Makefile.libgcc_r | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linuxthreads/files/Makefile.libgcc_r b/devel/linuxthreads/files/Makefile.libgcc_r index 1f6f7f3c9f61..19bafdd4cb46 100644 --- a/devel/linuxthreads/files/Makefile.libgcc_r +++ b/devel/linuxthreads/files/Makefile.libgcc_r @@ -1,11 +1,11 @@ -# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libgcc_r,v 1.4 2002-06-08 18:27:19 tegge Exp $ +# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libgcc_r,v 1.5 2003-06-09 00:25:04 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]+//} installincludes: |
