summaryrefslogtreecommitdiff
path: root/devel/root/files/patch-config::root-config.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-12 12:54:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-12 12:54:54 +0000
commitd2e8e136d9fdad2d79fc3cf319a16f0acd134d2f (patch)
tree04df59425a50a0aebdfcbcecdd23d7d9ff2e7a43 /devel/root/files/patch-config::root-config.in
parentAfter devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all (diff)
- Update to 4.00.06
PR: ports/69274 Submitted by: Simon Lang <simon@lang-clan.de> (maintainer)
Notes
Notes: svn path=/head/; revision=116027
Diffstat (limited to 'devel/root/files/patch-config::root-config.in')
-rw-r--r--devel/root/files/patch-config::root-config.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/root/files/patch-config::root-config.in b/devel/root/files/patch-config::root-config.in
new file mode 100644
index 000000000000..ad70021bb492
--- /dev/null
+++ b/devel/root/files/patch-config::root-config.in
@@ -0,0 +1,28 @@
+*** config/root-config.in.orig Mon Jul 5 16:49:16 2004
+--- config/root-config.in Mon Jul 5 16:51:05 2004
+***************
+*** 245,253 ****
+ auxlibs="-lm -lg++"
+ ;;
+ freebsd4)
+! # FreeBSD with glibc
+ auxcflags=
+ auxlibs="-lm -lstdc++"
+ ;;
+ macosx)
+ # MacOS X with gcc (GNU cc v3.1) and possible fink (fink.sf.net)
+--- 245,258 ----
+ auxlibs="-lm -lg++"
+ ;;
+ freebsd4)
+! # FreeBSD 4.x with glibc
+ auxcflags=
+ auxlibs="-lm -lstdc++"
++ ;;
++ freebsd5)
++ # FreeBSD 5.x with glibc
++ auxcflags="PTHREAD-CFLAGS"
++ auxlibs="PTHREAD-LIBS -lm -lstdc++"
+ ;;
+ macosx)
+ # MacOS X with gcc (GNU cc v3.1) and possible fink (fink.sf.net)