ports/textproc/exempi/patches/patch-configure_ac

13 lines
249 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -187,7 +187,7 @@ case $build_vendor in
;;
*)
EXEMPI_PLATFORM_DEF=UNIX_ENV
- LDFLAGS="$LDFLAGS -lrt -ldl"
+ uname | grep -q OpenBSD || LDFLAGS="$LDFLAGS -lrt -ldl"
;;
esac