diff options
author | tg <tg@FreeBSD.org> | 1998-09-29 19:46:34 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-29 19:46:34 +0800 |
commit | 714d88c752829b583b9378b86e6c8ea45b42b26e (patch) | |
tree | df967d7933aaabbfc9f80b44e493ee95c2083ba4 /x11 | |
parent | 536d5a517e20060d3471fe710b37cf557fb162cb (diff) | |
download | freebsd-ports-gnome-714d88c752829b583b9378b86e6c8ea45b42b26e.tar.gz freebsd-ports-gnome-714d88c752829b583b9378b86e6c8ea45b42b26e.tar.zst freebsd-ports-gnome-714d88c752829b583b9378b86e6c8ea45b42b26e.zip |
Make this compile on -current.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wdm/Makefile | 3 | ||||
-rw-r--r-- | x11/wdm/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 3255c741ba6a..05bbae6db2e7 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -3,7 +3,7 @@ # Date created: August 31, 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.10 1998/09/23 07:14:36 tg Exp $ +# $Id: Makefile,v 1.11 1998/09/27 21:01:05 steve Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 @@ -28,6 +28,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} CPPFLAGS=-I${PREFIX}/include CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif" \ --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include" \ + --with-tiff-libs="-ljpeg" \ --with-logdir=/var/log --with-runlockdir=/var/run \ --with-wdmdir=${PREFIX}/lib/X11/wdm --with-Logo=Earth200x130.xpm \ --with-defuserpath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin:${LOCALBASE}/bin \ diff --git a/x11/wdm/pkg-plist b/x11/wdm/pkg-plist index 967dfb3620f8..fc70ed25e62c 100644 --- a/x11/wdm/pkg-plist +++ b/x11/wdm/pkg-plist @@ -26,6 +26,7 @@ lib/X11/wdm/wdm-config lib/X11/wdm/wdm-config.in lib/X11/wdm/wdmReconfig @dirrm lib/X11/wdm/pixmaps +@exec mkdir -p %D/lib/X11/wdm/authdir @unexec rmdir %D/lib/X11/wdm/authdir/authfiles 2>/dev/null || true @dirrm lib/X11/wdm/authdir @dirrm lib/X11/wdm |