diff options
author | johans <johans@FreeBSD.org> | 2011-06-21 19:51:36 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-06-21 19:51:36 +0800 |
commit | 3ad46d26f25036bf8753337cfa317f3b6fcf9d78 (patch) | |
tree | de0119ef1a8722b5c3efe051b3170d5f38a909ba /mail | |
parent | ebb7c493d9922240fb8a4e6cc95f3babc6bdf485 (diff) | |
download | freebsd-ports-gnome-3ad46d26f25036bf8753337cfa317f3b6fcf9d78.tar.gz freebsd-ports-gnome-3ad46d26f25036bf8753337cfa317f3b6fcf9d78.tar.zst freebsd-ports-gnome-3ad46d26f25036bf8753337cfa317f3b6fcf9d78.zip |
Correct linker flags passing (fixes build with clang)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index f8e1f93dc64b..b7048d35f67c 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -268,7 +268,7 @@ d_dynamic_main='define' dynamic_opt='-rdynamic' dlopen_lib='' rpath_opt='-rpath ' -soname_opt='-shared -soname ' +soname_opt='-shared -Wl,-soname,' soname_include_path='define' tempnamo='' tempnamc='' |