diff options
author | riggs <riggs@FreeBSD.org> | 2016-08-21 20:51:05 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-08-21 20:51:05 +0800 |
commit | d0de353f2e9a29985597b70b1c3cded6b1cb7e74 (patch) | |
tree | 7098a070c4b19726261940c55b8c727d29513431 | |
parent | f82bf84acd0fc2f88887767a3d73a669ddb2027d (diff) | |
download | freebsd-ports-gnome-d0de353f2e9a29985597b70b1c3cded6b1cb7e74.tar.gz freebsd-ports-gnome-d0de353f2e9a29985597b70b1c3cded6b1cb7e74.tar.zst freebsd-ports-gnome-d0de353f2e9a29985597b70b1c3cded6b1cb7e74.zip |
Fix spurious linking issues with libregina.so
PR: 211974
Submitted by: bob@eager.cx
MFH: 2016Q3 (ports-secteam build fix blanket)
-rw-r--r-- | lang/rexx-regina/Makefile | 1 | ||||
-rw-r--r-- | lang/rexx-regina/files/patch-configure | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index ed1c7279e762..47d3f55f808d 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -3,6 +3,7 @@ PORTNAME= regina PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION} PKGNAMEPREFIX= rexx- diff --git a/lang/rexx-regina/files/patch-configure b/lang/rexx-regina/files/patch-configure index fce0fcc879aa..eb32856f13ae 100644 --- a/lang/rexx-regina/files/patch-configure +++ b/lang/rexx-regina/files/patch-configure @@ -34,7 +34,7 @@ + LD_RXLIB_A1="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" + LD_RXLIB_A2="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" + LD_RXLIB_UTILA="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" -+ SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')' ++ SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} -Wl,-soname=${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')' + ;; + *openbsd*) if test "$ac_cv_prog_CC" = "gcc" -o "$ac_cv_prog_CC" = "g++" -o "$ac_cv_prog_CC" = "clang"; then |