aboutsummaryrefslogtreecommitdiff
path: root/devel/linuxthreads
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>2007-03-21 21:49:04 +0000
committerTor Egge <tegge@FreeBSD.org>2007-03-21 21:49:04 +0000
commit904a744460fafc3c2509ef3515de0803c2e942b0 (patch)
treee1ed670292b3663c45b4697391e38238adc83ad1 /devel/linuxthreads
parent75423128056432bc64c7b33a70175a8ae741fb98 (diff)
downloadports-904a744460fafc3c2509ef3515de0803c2e942b0.tar.gz
ports-904a744460fafc3c2509ef3515de0803c2e942b0.zip
Notes
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r--devel/linuxthreads/files/Makefile.libstdc++4
-rw-r--r--devel/linuxthreads/files/Makefile.libsupc++4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/linuxthreads/files/Makefile.libstdc++ b/devel/linuxthreads/files/Makefile.libstdc++
index c5ab439f7263..3b31477c43e3 100644
--- a/devel/linuxthreads/files/Makefile.libstdc++
+++ b/devel/linuxthreads/files/Makefile.libstdc++
@@ -1,9 +1,9 @@
-# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libstdc++,v 1.2 2003-06-09 00:25:05 tegge Exp $
+# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libstdc++,v 1.3 2007-03-21 21:49:04 tegge Exp $
PREFIX?= ${DESTDIR}/usr/local
LIBDIR= ${PREFIX:S,^${DESTDIR},,}/lib
-CFLAGS+=-D_PTHREADS -I../
+CFLAGS+=-D_PTHREADS -I../ -D__USE_UNIX98
CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS:C/-std=[a-z:0-9]+//}
LDADD=../libgcc_r/liblgcc_r.a
diff --git a/devel/linuxthreads/files/Makefile.libsupc++ b/devel/linuxthreads/files/Makefile.libsupc++
index 5e811457ee37..a71ccb6fb781 100644
--- a/devel/linuxthreads/files/Makefile.libsupc++
+++ b/devel/linuxthreads/files/Makefile.libsupc++
@@ -1,9 +1,9 @@
-# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libsupc++,v 1.2 2003-06-09 00:25:05 tegge Exp $
+# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libsupc++,v 1.3 2007-03-21 21:49:04 tegge Exp $
PREFIX?= ${DESTDIR}/usr/local
LIBDIR= ${PREFIX:S,^${DESTDIR},,}/lib
-CFLAGS+=-D_PTHREADS -I../
+CFLAGS+=-D_PTHREADS -I../ -D__USE_UNIX98
CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS:C/-std=[a-z:0-9]+//}
LDADD=../libgcc_r/liblgcc_r.a