summaryrefslogtreecommitdiff
path: root/wm/pekwm/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-17 10:53:22 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-17 10:53:22 +0000
commit1769454ad512167f87ad10ce39cb6c8b13807175 (patch)
tree7355f30d575eedce7b813175fb4d600dad34b700 /wm/pekwm/patches
parent201a306dd157847877f3ff8db58d6031d3020121 (diff)
downloadpkgsrc-1769454ad512167f87ad10ce39cb6c8b13807175.tar.gz
Initial import of pekwm-0.1.2. Description follows:
A window manager based on aewm++. Here is a compact list of changes between the originial aewm++-1.1.16 and pekwm: * Better structured and formatted code. * Possibility to group windows in a single frame. * Configurable keygrabber. * Configurable rootmenu. * Configration file. * Xinerama support. * Smart window placement. * Basic pixmap theming, with configurable buttons. Provided by Juan RP in PR pkg/19424 with some changes by me.
Diffstat (limited to 'wm/pekwm/patches')
-rw-r--r--wm/pekwm/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/pekwm/patches/patch-aa b/wm/pekwm/patches/patch-aa
new file mode 100644
index 00000000000..9b9c079ae1a
--- /dev/null
+++ b/wm/pekwm/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/17 10:53:23 jmmv Exp $
+
+--- src/Makefile.in.orig Mon Nov 18 20:18:53 2002
++++ src/Makefile.in
+@@ -20,7 +20,7 @@ CC = @CXX@
+ BIN_MODE = 755
+ DEFINES = -DPREFIX=\"$(prefix)\" -DDATADIR=\"$(DATADIR)\"
+ CXXFLAGS = @CXXFLAGS@ $(DEFINES)
+-LDFLAGS = @LIBS@
++LDFLAGS = @LIBS@ @LDFLAGS@
+
+
+ # Source Files