diff options
author | dougb <dougb@FreeBSD.org> | 2012-03-05 02:17:01 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-03-05 02:17:01 +0800 |
commit | 353bda42a4d363e3bb62745dc3af30d3554182ee (patch) | |
tree | f98cecc24262029605eca21db55375099815b224 /x11-wm | |
parent | 3079dc628d165d0711710ea95d5866463a184dc5 (diff) | |
download | freebsd-ports-gnome-353bda42a4d363e3bb62745dc3af30d3554182ee.tar.gz freebsd-ports-gnome-353bda42a4d363e3bb62745dc3af30d3554182ee.tar.zst freebsd-ports-gnome-353bda42a4d363e3bb62745dc3af30d3554182ee.zip |
Restore the fix from 1.161 since it seems to still be necessary,
at least in some environments. Still under investigation upstream.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 1a1b39565100..614a9e01376b 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -6,7 +6,7 @@ PORTNAME?= windowmaker PORTVERSION= 0.95.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/%SUBDIR%/ \ http://dougbarton.us/Downloads/ @@ -80,6 +80,8 @@ pre-patch: ${WRKSRC}/WPrefs.app/Paths.c @${REINPLACE_CMD} -e "s#WPrefs#${PREFIX}/GNUstep/Applications/WPrefs.app/WPrefs#" \ ${WRKSRC}/util/wmgenmenu.c + @${REINPLACE_CMD} -e "764s#wPreferences.flags.restarting == 0#!wPreferences.flags.restarting#" \ + ${WRKSRC}/src/startup.c post-install: @${MKDIR} ${PREFIX}/GNUstep/Applications/WPrefs.app/xpm |