- regen
This commit is contained in:
parent
75c47eb0c0
commit
de7797fcdb
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-Makefile,v 1.3 2002/04/19 13:19:19 wilfried Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.4 2010/03/26 08:51:44 jasper Exp $
|
||||
--- Makefile.orig Sat Mar 23 13:51:36 2002
|
||||
+++ Makefile Fri Apr 19 15:02:52 2002
|
||||
+++ Makefile Fri Mar 26 09:51:02 2010
|
||||
@@ -1,36 +1,29 @@
|
||||
-prefix = /usr/local
|
||||
+prefix = ${PREFIX}
|
||||
@ -12,12 +12,12 @@ $OpenBSD: patch-Makefile,v 1.3 2002/04/19 13:19:19 wilfried Exp $
|
||||
-# comment out both lines to get the old, Xpm-only, version
|
||||
-GDKPIXBUF = 1
|
||||
-#GDKPIXBUF2 = 1
|
||||
-
|
||||
-XROOT = /usr/X11R6
|
||||
-DAROOT = /usr/local
|
||||
+XROOT = ${X11BASE}
|
||||
+DAROOT = ${LOCALBASE}
|
||||
|
||||
-XROOT = /usr/X11R6
|
||||
-DAROOT = /usr/local
|
||||
-
|
||||
# If you want to use gdk-pixbuf, pass GDKPIXBUF=1 to make command
|
||||
-ifdef GDKPIXBUF
|
||||
+.if GDKPIXBUF
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-example_defaults,v 1.1.1.1 2001/04/01 15:17:53 wilfried Exp $
|
||||
--- example/defaults.orig Sat Aug 5 09:40:06 2000
|
||||
+++ example/defaults Thu Mar 8 14:57:13 2001
|
||||
@@ -10,6 +10,8 @@
|
||||
# or
|
||||
# tile /SOME/PATH/TO/FILE.XPM
|
||||
$OpenBSD: patch-example_defaults,v 1.2 2010/03/26 08:51:44 jasper Exp $
|
||||
--- example/defaults.orig Sat May 4 14:50:00 2002
|
||||
+++ example/defaults Fri Mar 26 09:51:02 2010
|
||||
@@ -20,7 +20,9 @@
|
||||
#
|
||||
# hide_timeout 1
|
||||
|
||||
-xpmpath /usr/local/share/WindowMaker/Icons
|
||||
-xpmpath /usr/local/share/pixmaps
|
||||
@ -12,3 +12,4 @@ $OpenBSD: patch-example_defaults,v 1.1.1.1 2001/04/01 15:17:53 wilfried Exp $
|
||||
+xpmpath %%PREFIX%%/share/WindowMaker/Pixmaps
|
||||
+xpmpath %%PREFIX%%/include/pixmaps
|
||||
tile tile2.xpm
|
||||
tile !echo tile2.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user