summaryrefslogtreecommitdiff
path: root/x11/docker/patches
diff options
context:
space:
mode:
authorahoka <ahoka>2008-08-13 11:42:55 +0000
committerahoka <ahoka>2008-08-13 11:42:55 +0000
commitf37a133b9b8403e023d74b1a88093b949d08ca76 (patch)
treea290e24ee733fe027cbd7c9409a4739376ccb4f2 /x11/docker/patches
parent2c52fc0e7097ff145a8f5a405c74771c39a821cd (diff)
downloadpkgsrc-f37a133b9b8403e023d74b1a88093b949d08ca76.tar.gz
Import docker-1.5 as x11/docker.
Docker is a docking application (WindowMaker dock app) which acts as a system tray for KDE and GNOME2. It can be used to replace the panel in either environment, allowing you to have a system tray without running the KDE/GNOME panel or environment. Docker is designed to work with Openbox 2, but it should work fine in any window manager that supports WindowMaker dock apps. If you running WindowMaker or otherwise and experiencing problems, you should try using the -wmaker option to make docker keep a fixed size.
Diffstat (limited to 'x11/docker/patches')
-rw-r--r--x11/docker/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/docker/patches/patch-aa b/x11/docker/patches/patch-aa
new file mode 100644
index 00000000000..3fcce670aa1
--- /dev/null
+++ b/x11/docker/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $
+
+--- Makefile.orig 2002-11-20 11:20:49.000000000 +0100
++++ Makefile
+@@ -5,9 +5,9 @@
+ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+
+ # Change this PREFIX to where you want docker to be installed
+-PREFIX=/usr/local
++PREFIX?=/usr/local
+ # Change this XLIBPATH to point to your X11 development package's installation
+-XLIBPATH=/usr/X11R6/lib
++XLIBPATH?=/usr/X11R6/lib
+
+ # Sets some flags for stricter compiling
+ CFLAGS=-pedantic -Wall -W -O