diff options
author | krion <krion@FreeBSD.org> | 2003-10-15 20:36:46 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-15 20:36:46 +0800 |
commit | 1c171b75db036a89b57f270e39717f130b24f59e (patch) | |
tree | 6f5d8cd69c226cc20fdc711198aef69af364b09f /x11-wm | |
parent | 0bfe098330e0c4ee664c79c323ae452f40d184a7 (diff) | |
download | freebsd-ports-gnome-1c171b75db036a89b57f270e39717f130b24f59e.tar.gz freebsd-ports-gnome-1c171b75db036a89b57f270e39717f130b24f59e.tar.zst freebsd-ports-gnome-1c171b75db036a89b57f270e39717f130b24f59e.zip |
- Fix build on -current
Submitted by: kris via bento
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/piewm/files/patch-ad | 7 |
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 |