1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/xorp/files/patch-configure-in
Bruce M Simpson 967ce18b9b Merge a number of fixes for the XORP port:
Expand %%PREFIX%% in the rc script.
 Create the group 'xorp' when the package is installed.
 Fix the snmpd configure check and MIB module installation.
 Fix the pkg-plist.

Note that as the XORP automake install target does not adhere to
hier(7), it may be desirable to specify PREFIX when building and/or
installing the port.

PR:		ports/103879
Submitted by:	Benjamin Black <ben@layer8.net>
2006-10-05 17:01:12 +00:00

19 lines
687 B
Plaintext

--- configure.in.orig Tue Jul 4 22:25:21 2006
+++ configure.in Tue Jul 4 22:26:40 2006
@@ -807,14 +807,9 @@
dnl utils/flower_malloc related
dnl ---------------------------------------------------------------------------
-dnl flower_malloc in utils is an interposer and is only known to
-dnl work on systems supporting -shared. AFAICT this needs some work for
-dnl a real test. As a stop gap, we assume that if we are on *BSD or Linux
-dnl things work okay. Only known failure case is OS X.
+dnl disabled in FreeBSD 6.1 port
case "${host_os}" in
- *bsd*) FLOWER_MALLOC=flower_malloc ;;
- linux*) FLOWER_MALLOC=flower_malloc ;;
*) ;;
esac
AC_SUBST(FLOWER_MALLOC)