mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
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
13 lines
365 B
Text
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)
|