mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
44b93c4e1f
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.
16 lines
301 B
Plaintext
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
|
|
|