summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-01-28 21:31:42 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-01-28 21:31:42 +0000
commitcf52582c7209b7478cb022ab2cc741acf1592c56 (patch)
treea550342c90e1a2fcf21ba8999f8375107a0d38b5 /devel
parentesound port is not creating a shared library on -current (diff)
s/freebsd3*)/freebsd[34]*/g
Notes
Notes: svn path=/head/; revision=16411
Diffstat (limited to 'devel')
-rw-r--r--devel/glib12/files/patch-ad2
-rw-r--r--devel/glib12/files/patch-ae2
-rw-r--r--devel/glib13/files/patch-ae2
-rw-r--r--devel/glib20/files/patch-ae2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/glib12/files/patch-ad b/devel/glib12/files/patch-ad
index bda81454cec0..9968cfa46118 100644
--- a/devel/glib12/files/patch-ad
+++ b/devel/glib12/files/patch-ad
@@ -18,7 +18,7 @@
-
- # FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support
- # -mthreads flag.
-+ *-*-freebsd2.2* | *-*-freebsd3*)
++ *-*-freebsd2.2* | *-*-freebsd3* | *-*-freebsd4*)
+ if test x"$G_THREAD_LIBS" = x"-lc_r"; then
+ G_THREAD_CFLAGS="-D_THREAD_SAFE -pthread"
+ G_THREAD_LIBS=""
diff --git a/devel/glib12/files/patch-ae b/devel/glib12/files/patch-ae
index 2486e7af74f2..919ccf7fb704 100644
--- a/devel/glib12/files/patch-ae
+++ b/devel/glib12/files/patch-ae
@@ -18,7 +18,7 @@
-
- # FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support
- # -mthreads flag.
-+ *-*-freebsd2.2* | *-*-freebsd3*)
++ *-*-freebsd2.2* | *-*-freebsd3* | *-*-freebsd4*)
+ if test x"$G_THREAD_LIBS" = x"-lc_r"; then
+ G_THREAD_CFLAGS="-D_THREAD_SAFE -pthread"
+ G_THREAD_LIBS=""
diff --git a/devel/glib13/files/patch-ae b/devel/glib13/files/patch-ae
index 2486e7af74f2..919ccf7fb704 100644
--- a/devel/glib13/files/patch-ae
+++ b/devel/glib13/files/patch-ae
@@ -18,7 +18,7 @@
-
- # FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support
- # -mthreads flag.
-+ *-*-freebsd2.2* | *-*-freebsd3*)
++ *-*-freebsd2.2* | *-*-freebsd3* | *-*-freebsd4*)
+ if test x"$G_THREAD_LIBS" = x"-lc_r"; then
+ G_THREAD_CFLAGS="-D_THREAD_SAFE -pthread"
+ G_THREAD_LIBS=""
diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae
index 2486e7af74f2..919ccf7fb704 100644
--- a/devel/glib20/files/patch-ae
+++ b/devel/glib20/files/patch-ae
@@ -18,7 +18,7 @@
-
- # FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support
- # -mthreads flag.
-+ *-*-freebsd2.2* | *-*-freebsd3*)
++ *-*-freebsd2.2* | *-*-freebsd3* | *-*-freebsd4*)
+ if test x"$G_THREAD_LIBS" = x"-lc_r"; then
+ G_THREAD_CFLAGS="-D_THREAD_SAFE -pthread"
+ G_THREAD_LIBS=""