diff options
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index 2618211139..8d5f0a5e16 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -50,10 +50,8 @@ chmod -R u+w,go+r-w,a-s . # Patch default.in to use programs included in Slackware patch -p0 < $CWD/default.in.diff || exit 1 -# Note the addition of LDFLAGS so that the linker will find X11 in /usr/X11R6 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="SLKCFLAGS" \ -LDFLAGS=-L/usr/X11R6/lib \ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ |