freebsd-ports/sysutils/mbmon/files/patch-Makefile.in
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

14 lines
321 B
Text

--- Makefile.in.orig Wed Feb 1 20:12:01 2006
+++ Makefile.in Wed Feb 1 20:12:22 2006
@@ -27,9 +27,9 @@
#CC=/compat/linux/usr/bin/gcc
CC=@CC@
-CFLAGS=-O3 $(INCLUDES) $(DEFS)
+CFLAGS+=$(INCLUDES) $(DEFS)
CFLAGSX=$(CFLAGS) @X_CFLAGS@
-LDFLAGS=-s
+LDFLAGS=
LINT=lint
# LINT=$(CC) -c -Wall -Wshadow -Wpointer-arith