ports/textproc/liblrdf/files/patch-configure.ac
Fernando Apesteguía 2ebb3d67f9 textproc/liblrdf: update to 0.6.1
While here:

* Reorder some variables.
* Remove post-patch section
* Regenerate patch with makepatch

Accumulated change log:

* Remove a bogus symlink, and release some merged changes that resolve licence
issues.
* Removed more stale auto* files

Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17422
2018-10-05 16:22:03 +00:00

13 lines
365 B
Text

--- configure.ac.orig 2017-01-09 16:58:58 UTC
+++ configure.ac
@@ -31,8 +31,8 @@ dnl AC_FUNC_MALLOC
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([getcwd strcasecmp strchr strdup strerror strncasecmp strrchr])
-LIBS="$LIBS $RAPTOR_LIBS"
-AM_CFLAGS="$CFLAGS $RAPTOR_CFLAGS"
+LIBS="$RAPTOR_LIBS $LIBS"
+AM_CFLAGS="$RAPTOR_CFLAGS $CFLAGS"
AC_SUBST(AM_CFLAGS)
AC_SUBST(LIBS)