freebsd-ports/sysutils/xmbmon/files/patch-Makefile.in
John Marino d00ecce924 sysutils/xmbmon: Strip installed binary
Move installation from vendor makefile to do-install target to properly
install the executables, man pages, and documentation.

PR:		185354
Submitted by:	takefu (airport.fm)
Reworked by:	maintainer (Mohammad M. Rahman)
tweaked by:	marino
2014-06-18 21:10:46 +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