Fix build with gcc-3.4
PR: ports/69981 Submitted by: Andrey Slusar <vasallia@ukr.net>
This commit is contained in:
parent
4876033200
commit
1c0e7eff69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115392
@ -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 "
|
||||
|
10
x11-wm/golem/files/patch-plugins::pier::parseparams.c
Normal file
10
x11-wm/golem/files/patch-plugins::pier::parseparams.c
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user