Fix build with gcc-3.4

PR:		ports/69981
Submitted by:	Andrey Slusar <vasallia@ukr.net>
This commit is contained in:
Kirill Ponomarev 2004-08-04 10:00:02 +00:00
parent 4876033200
commit 1c0e7eff69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115392
3 changed files with 20 additions and 1 deletions

View File

@ -16,7 +16,7 @@ COMMENT= Small window manager with themes and plugins
.if defined(WANT_SOUND)
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound
CONFIGURE_ARGS= --enable-sound
CONFIGURE_ARGS= --enable-sound
PLIST_SUB+= NO_SOUND=""
.else
PLIST_SUB+= NO_SOUND="@comment "

View File

@ -0,0 +1,10 @@
--- plugins/pier/parseparams.c.old Wed Aug 4 05:00:10 2004
+++ plugins/pier/parseparams.c Wed Aug 4 05:00:25 2004
@@ -161,6 +161,7 @@
}
PWARN("ignoring unknown pier item type %s", itemparam->value);
found:
+ continue;
}
}
}

View File

@ -0,0 +1,9 @@
--- plugins/simple_menus/parseparams.c.orig Wed Nov 28 01:44:35 2001
+++ plugins/simple_menus/parseparams.c Wed Aug 4 04:58:14 2004
@@ -166,5 +166,6 @@
}
PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name);
found:
+ continue;
}
}