openbsd-ports/net/tcludp/patches/patch-configure
sebastia be07168cad Update TclUDP to 1.0.11,
initial version from me, with lots of discussions and improvements
to my version from stu@ and landry@

OK to this version stu@ (and landry@ on my initial version)
2014-10-15 10:31:21 +00:00

13 lines
409 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2014/10/15 10:31:21 sebastia Exp $
--- configure.orig Thu Oct 9 05:40:11 2014
+++ configure Thu Oct 9 05:40:23 2014
@@ -7173,7 +7173,7 @@ fi
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
fi
LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.${SHLIB_VERSION}'
+ SHARED_LIB_SUFFIX='.so'
LDFLAGS="-Wl,-export-dynamic"
;;
esac