diff options
author | will <will@FreeBSD.org> | 2002-01-08 06:09:51 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-08 06:09:51 +0800 |
commit | 4432ba2c576c235fc1b82759d3cc71d31aa0ee48 (patch) | |
tree | 9843b320772c55a7fe49e389124b9caaee85e386 /x11/kdelibs3 | |
parent | d5021c011c14953c396818d9fbebbb8afd361b0d (diff) | |
download | freebsd-ports-gnome-4432ba2c576c235fc1b82759d3cc71d31aa0ee48.tar.gz freebsd-ports-gnome-4432ba2c576c235fc1b82759d3cc71d31aa0ee48.tar.zst freebsd-ports-gnome-4432ba2c576c235fc1b82759d3cc71d31aa0ee48.zip |
Fix error where if '-' is actually used in invoking su(1), we lose all
the environment vars like DISPLAY etc. Bump PORTREVISION.
Alan and I still suspect the problem is somewhere else, but this at least
gets kdesu working. He feels I should back it out, but I'm going to keep
it since it's better than what we had last: a broken kdesu.
Submitted by: Alan Eldridge <alane@geeksrus.net>
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 93ee6b9b10f2..ebf462d3e58c 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdelibs PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--disable-debug .endif .if ${MACHINE_ARCH} == "alpha" -CFLAGS= -O0 ${KDE_CFLAGS} +CFLAGS= -O0 ${KDE_CFLAGS} -D__PATH_SU=/usr/bin/su .endif USE_GMAKE= yes |