1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/slirp/files/patch-mkpro
Christian Weisgerber 44b93c4e1f * Update to 1.0.13.
PR:		40849
Submitted by:	Tilman Linneweh <tilman@arved.de>

* Requires perl to build.
* Don't overwrite optimization level passed in CFLAGS.
* Fix build with gcc3.1 (-CURRENT).

Reviewed by:	Tilman Linneweh <tilman@arved.de>

* There are serious LP64 issues; only build on i386.
2002-07-22 18:52:50 +00:00

16 lines
301 B
Plaintext

$FreeBSD$
--- mkpro.orig Mon Jul 22 02:52:35 2002
+++ mkpro Mon Jul 22 02:54:36 2002
@@ -42,6 +42,9 @@
# Ignore blank lines
(/^[ \t]*$/) && next WHILE;
+
+ # Skip remaining pre-processor directives
+ (/^#/) && next WHILE;
# C comments and pre-processor directives are already removed