summaryrefslogtreecommitdiff
path: root/x11/fspanel/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-10 14:07:20 +0000
committergrant <grant@pkgsrc.org>2004-07-10 14:07:20 +0000
commita022fe18491c6b1a584e267cf10103e5c38b71c3 (patch)
tree709a65238968047c6aa79894e61fcea5ccc38342 /x11/fspanel/patches
parentad2cd6da5e9bae87dc2367edbc355d919dcca0f6 (diff)
downloadpkgsrc-a022fe18491c6b1a584e267cf10103e5c38b71c3.tar.gz
expose a hidden dependency on libX11, fixes build on Solaris.
Diffstat (limited to 'x11/fspanel/patches')
-rw-r--r--x11/fspanel/patches/patch-aa14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/fspanel/patches/patch-aa b/x11/fspanel/patches/patch-aa
index 6590167b0b1..ce894895c14 100644
--- a/x11/fspanel/patches/patch-aa
+++ b/x11/fspanel/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2003/08/01 13:44:51 jschauma Exp $
+$NetBSD: patch-aa,v 1.3 2004/07/10 14:07:20 grant Exp $
---- configure.orig Sun Jun 23 01:13:01 2002
-+++ configure Sun Jul 27 18:06:40 2003
-@@ -2,63 +2,6 @@
+--- configure.orig 2002-06-23 15:13:01.000000000 +1000
++++ configure
+@@ -2,62 +2,7 @@
PROGNAME=fspanel
@@ -62,11 +62,11 @@ $NetBSD: patch-aa,v 1.2 2003/08/01 13:44:51 jschauma Exp $
-else
- echo no
-fi
--
++LDFLAGS="$LDFLAGS -lX11"
+
echo -n "checking for Linux... "
if test "`uname`" = "Linux"; then
- CFLAGS="$CFLAGS -DNOSTDLIB -nostdlib"
-@@ -67,26 +10,22 @@
+@@ -67,26 +12,22 @@ else
echo no
fi