diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-11-19 04:01:48 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-11-19 04:01:48 +0000 |
commit | 916e01dcd837b84f67b74a7ba29a95dfe918ced3 (patch) | |
tree | f6f527ed3ee9c159d9e01bf1b7395ffbf10cef9e /irc/bitchx-devel/files/patch-configure | |
parent | 39a5f36418c4c6689edbe92f23277c86ba76f51d (diff) | |
download | ports-916e01dcd837b84f67b74a7ba29a95dfe918ced3.tar.gz ports-916e01dcd837b84f67b74a7ba29a95dfe918ced3.zip |
Notes
Diffstat (limited to 'irc/bitchx-devel/files/patch-configure')
-rw-r--r-- | irc/bitchx-devel/files/patch-configure | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/irc/bitchx-devel/files/patch-configure b/irc/bitchx-devel/files/patch-configure new file mode 100644 index 000000000000..eb380b0aac6a --- /dev/null +++ b/irc/bitchx-devel/files/patch-configure @@ -0,0 +1,26 @@ +--- configure.orig 2012-11-18 22:48:07.000000000 -0500 ++++ configure 2012-11-18 22:48:27.000000000 -0500 +@@ -14756,11 +14756,6 @@ + SHLIB_LD="ld -shared" + fi + ;; +- FreeBSD-1*) +- { { echo "$as_me:$LINENO: error: sorry" >&5 +-echo "$as_me: error: sorry" >&2;} +- { (exit no plugins on $ac_cv_system_version); exit no plugins on $ac_cv_system_version; }; } +- ;; + FreeBSD-2.2*) + SHLIB_LD="ld -Bshareable" + ;; +@@ -16242,11 +16237,6 @@ + SHLIB_LD="ld -shared" + fi + ;; +- FreeBSD-1*) +- { { echo "$as_me:$LINENO: error: sorry" >&5 +-echo "$as_me: error: sorry" >&2;} +- { (exit no plugins on $ac_cv_system_version); exit no plugins on $ac_cv_system_version; }; } +- ;; + FreeBSD-2.2*) + SHLIB_LD="ld -Bshareable" + ;; |