From 2df76eb0a73bb59d817aa60758a5f10e3e544c3b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 30 Jan 2007 10:25:34 +0000 Subject: - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr --- x11-toolkits/tk82/files/patch-aa | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'x11-toolkits/tk82/files/patch-aa') diff --git a/x11-toolkits/tk82/files/patch-aa b/x11-toolkits/tk82/files/patch-aa index d7c144aeae94..f21fd5a7f706 100644 --- a/x11-toolkits/tk82/files/patch-aa +++ b/x11-toolkits/tk82/files/patch-aa @@ -9,7 +9,7 @@ # Not available on all versions: check for include file. ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6 -@@ -1788,15 +1788,20 @@ +@@ -1788,15 +1788,15 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -23,13 +23,8 @@ LDFLAGS="" LD_SEARCH_FLAGS="" - SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' -+ if eval "test \"`echo ${PORTOBJFORMAT}`\" = elf" ; then + SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.1' + SHLIB_LD="ld -shared -x -soname \$@" -+ else -+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.1.0' -+ SHLIB_LD="ld -Bshareable -x" -+ fi else echo "$ac_t""no" 1>&6 -- cgit v1.2.3