freebsd-ports/sysutils/mbmon/files/patch-configure
Jean-Yves Lefort 0bdafa9ce2 - Split into two ports: mbmon (tty) and xmbmon (X)
- Remove -s from LDFLAGS (do not unconditionally strip, let
  ${INSTALL_PROGRAM} do it)
- Use OPTIONS
- Decouple manpage installation from NOPORTDOCS
- xmbmon:
    - use X prefix
    - install xmbmon.resources into the appropriate location
    - do not require a font package: use fixed rather than Helvetica [1]
- Take maintainership

[1]:
PR:		ports/92600
Submitted by:	Daniel Berlin <mail@daniel-berlin.de>
2006-02-01 20:05:08 +00:00

27 lines
500 B
Text

--- configure.orig Wed Feb 1 20:34:58 2006
+++ configure Wed Feb 1 20:35:38 2006
@@ -3487,7 +3487,6 @@
case "${host}" in
i?86-*-freebsd*)
- CC=cc
;;
i?86-*-linux-*)
CC=gcc
@@ -3499,7 +3498,6 @@
ADDLIBS="-li386"
;;
*)
- CC=gcc
;;
esac
@@ -3946,7 +3944,7 @@
done
-for ac_header in machine/smb.h
+for ac_header in dev/smbus/smb.h machine/smb.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then