pkgsrc/devel/librelp/patches/patch-src_Makefile.in
fhajny a173a1b2d3 devel/librelp: Update to 1.2.16.
Version 1.2.15 - 2018-03-21
- made build on Solaris again
- made build on AIX
- bugfix: invalid handling of snprintf() return code
- bugfix: invalid assert predicate
- some code cleanup
- bugfix: error message on open error was truncated
2018-03-23 12:24:32 +00:00

14 lines
447 B
Text

$NetBSD: patch-src_Makefile.in,v 1.1 2018/03/23 12:24:32 fhajny Exp $
Fix M4 syntax error.
--- src/Makefile.in.orig 2018-03-21 08:43:29.000000000 +0000
+++ src/Makefile.in
@@ -821,7 +821,6 @@ uninstall-am: uninstall-includeHEADERS u
.PRECIOUS: Makefile
-@OS_SOLARIS_TRUE@then
@OS_SOLARIS_TRUE@ PTHREADS_CFLAGS = -pthread
@OS_AIX_TRUE@@OS_SOLARIS_FALSE@ PTHREADS_CFLAGS = -qthreaded
@OS_AIX_FALSE@@OS_SOLARIS_FALSE@ PTHREADS_CFLAGS = -mt