aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-08 06:09:51 +0800
committerWill Andrews <will@FreeBSD.org>2002-01-08 06:09:51 +0800
commit8f1ad962a097e33678d466ff37994dff9d768767 (patch)
tree230bab405cff0467df95f335a3da6c9aa4d92cad /x11/kdelibs3
parentbf9fb2184543aa30ff10d5fdd08d86e37fe003e3 (diff)
downloadfreebsd-ports-gnome-8f1ad962a097e33678d466ff37994dff9d768767.tar.gz
freebsd-ports-gnome-8f1ad962a097e33678d466ff37994dff9d768767.tar.zst
freebsd-ports-gnome-8f1ad962a097e33678d466ff37994dff9d768767.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/Makefile4
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