aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-15 12:36:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-15 12:36:46 +0000
commit4347e6df3d4273fff8ff430da59d7371b2da933e (patch)
tree37c65d982330e56b074e1650cd3c8bcda756a9c6 /x11-wm
parenta240b0896ed9f37158c45e4f64122cfc0c729bf9 (diff)
downloadports-4347e6df3d4273fff8ff430da59d7371b2da933e.tar.gz
ports-4347e6df3d4273fff8ff430da59d7371b2da933e.zip
- Fix build on -current
Submitted by: kris via bento
Notes
Notes: svn path=/head/; revision=91312
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/piewm/files/patch-ad7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/piewm/files/patch-ad b/x11-wm/piewm/files/patch-ad
index 54507c5267b2..6dea3d7e442f 100644
--- a/x11-wm/piewm/files/patch-ad
+++ b/x11-wm/piewm/files/patch-ad
@@ -1,5 +1,5 @@
---- Imakefile.orig Tue Jan 6 05:19:46 1998
-+++ Imakefile Thu Dec 9 23:29:58 1999
+--- Imakefile.orig Mon Jan 5 21:19:46 1998
++++ Imakefile Wed Oct 15 14:30:03 2003
@@ -11,7 +11,7 @@
TAGS = etags
@@ -19,7 +19,8 @@
- LOCAL_DEFINES = -DSHAPE
+ LOCAL_DEFINES = -DBITMAPDIR=\"$(INCROOT)/X11/bitmaps\" -DSHAPE
- /**/# Ultrix doesn't have a mkstemp in libc...
+-/**/# Ultrix doesn't have a mkstemp in libc...
++# Ultrix doesn't have a mkstemp in libc...
#ifdef UltrixArchitecture
ULTRIX_DEFINES = -DNOSTEMP
#endif