summaryrefslogtreecommitdiff
path: root/misc/gkrellm-leds
diff options
context:
space:
mode:
authorcube <cube>2006-02-05 14:41:37 +0000
committercube <cube>2006-02-05 14:41:37 +0000
commitdd5e3461aa9f47151da86dc57043612745947cb5 (patch)
tree9dc3db958f778f8da8d4125113729fc062ef5cac /misc/gkrellm-leds
parent4d236f2c6cc9812a560261b1c66edece99e9bcae (diff)
downloadpkgsrc-dd5e3461aa9f47151da86dc57043612745947cb5.tar.gz
Remove a reference to a variable unused by the configure script. Looks
like it could cause issues in some situation, as shown by a recent bulk build failure. No functional change.
Diffstat (limited to 'misc/gkrellm-leds')
-rw-r--r--misc/gkrellm-leds/distinfo3
-rw-r--r--misc/gkrellm-leds/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/gkrellm-leds/distinfo b/misc/gkrellm-leds/distinfo
index fb627b6462d..eaaafb331e7 100644
--- a/misc/gkrellm-leds/distinfo
+++ b/misc/gkrellm-leds/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/03/22 15:51:26 cube Exp $
+$NetBSD: distinfo,v 1.5 2006/02/05 14:41:37 cube Exp $
SHA1 (gkleds-0.8.2.tar.gz) = a7af635996782448b2fa1f901029a43c9936d779
RMD160 (gkleds-0.8.2.tar.gz) = 95caf420a56263df08f0f3ffaac750498c7f3a5b
Size (gkleds-0.8.2.tar.gz) = 322409 bytes
+SHA1 (patch-aa) = 8d9086b8f22b71b590426c9eeb5109634714c7fc
diff --git a/misc/gkrellm-leds/patches/patch-aa b/misc/gkrellm-leds/patches/patch-aa
new file mode 100644
index 00000000000..e779081b779
--- /dev/null
+++ b/misc/gkrellm-leds/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2006/02/05 14:41:37 cube Exp $
+
+--- src/Makefile.in.orig 2004-11-29 13:48:40.000000000 +0100
++++ src/Makefile.in
+@@ -152,7 +152,7 @@ gkleds_la_CFLAGS = -Wall -O2 -I../pixmap
+
+ gkleds_la_LIBADD = @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ @GTK_LIBS@ @GKM_EXTRA_SRCS@
+
+-gkleds_la_LDFLAGS = -module -avoid-version @GK_LDFLAGS@
++gkleds_la_LDFLAGS = -module -avoid-version
+
+ gkleds_la_SOURCES = gkleds.c gkleds.h
+