1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/xprobe/files/patch-src-Makefile.in
Wesley Shields 28ee23d9ac Fix build with gcc45
Don't overwrite configuration file on install
Mark MAKE_JOBS_SAFE

PR:		ports/148451
Submitted by:	swell.k@gmail.com
2010-07-10 03:45:11 +00:00

11 lines
222 B
Plaintext

--- src/Makefile.in~
+++ src/Makefile.in
@@ -49,7 +49,6 @@ all: lib xprobe2
xprobe2: $(OBJS) modules
$(CXX) $(CFLAGS) $(OBJS) $(MODOBJS) -o $@ $(LDFLAGS) $(LIBS)
- strip $@
modules:
cd xpmodules; ${MAKE}