diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-18 03:49:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-18 03:49:55 +0000 |
commit | 6928fccd693fb0d12ee8abbd929c96e9e3744a39 (patch) | |
tree | 9e6052da51bbb139898b0ce2bd5aab5c6e7617e1 /lang/rexx-regina/files/patch-configure | |
parent | - Update to 1.0.29 (diff) |
- Update to 3.8
PR: 191095
Notes
Notes:
svn path=/head/; revision=358203
Diffstat (limited to 'lang/rexx-regina/files/patch-configure')
-rw-r--r-- | lang/rexx-regina/files/patch-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rexx-regina/files/patch-configure b/lang/rexx-regina/files/patch-configure index 7949e1d6f104..c2d5e7ce589d 100644 --- a/lang/rexx-regina/files/patch-configure +++ b/lang/rexx-regina/files/patch-configure @@ -1,6 +1,6 @@ --- configure.orig 2012-10-16 06:34:08.000000000 +0200 +++ configure 2013-02-04 21:07:09.000000000 +0100 -@@ -8471,7 +8471,13 @@ +@@ -8654,7 +8654,13 @@ SHLPRE="lib" SHL_LD="ld -assert pure-text -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')' ;; @@ -12,6 +12,6 @@ + SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')' + ;; + *openbsd*) - if test "$ac_cv_prog_CC" = "gcc" -o "$ac_cv_prog_CC" = "g++"; then + if test "$ac_cv_prog_CC" = "gcc" -o "$ac_cv_prog_CC" = "g++" -o "$ac_cv_prog_CC" = "clang"; then LD_RXLIB_A1="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" LD_RXLIB_A2="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" |