diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-05-12 12:08:13 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-05-12 12:08:13 +0000 |
commit | b7f7bf168b4ac0e441f3af16cbe26c84e6fe9453 (patch) | |
tree | 4e1efeb9dc5173c8bdfb676cc19e20d4607a0129 /wm/ccsm/patches | |
parent | 7a9ab95834126de4cdcaf3a03ba3392b17dae917 (diff) | |
download | pkgsrc-b7f7bf168b4ac0e441f3af16cbe26c84e6fe9453.tar.gz |
Import CompizConfig Settings Manager (ccsm):
Compiz is a compositing window manager that uses 3D graphics acceleration
via OpenGL. It provides various new graphical effects and features on
any desktop environment, including Gnome and KDE.
This package contains the CompizConfig Settings Manager UI for configuring
compiz plugins.
Diffstat (limited to 'wm/ccsm/patches')
-rw-r--r-- | wm/ccsm/patches/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/ccsm/patches/patch-aa b/wm/ccsm/patches/patch-aa new file mode 100644 index 00000000000..9a6401a2390 --- /dev/null +++ b/wm/ccsm/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/05/12 12:08:13 jmcneill Exp $ + +--- Makefile.orig 2008-05-12 07:28:57.000000000 -0400 ++++ Makefile +@@ -1,11 +1,11 @@ + all: +- @python setup.py build --prefix=${PREFIX} ++ @${PYTHONBIN} setup.py build --prefix=${PREFIX} + + install: all +- @python setup.py install --prefix=${PREFIX} ++ @${PYTHONBIN} setup.py install --prefix=${PREFIX} + + uninstall: +- @python setup.py uninstall --prefix=${PREFIX} ++ @${PYTHONBIN} setup.py uninstall --prefix=${PREFIX} + + clean: + rm -rf build/ |