- Unbreak build

- No PORTREVISION bump

PR:		ports/166176
Submitted by:	Martin MATO <martin.mato@orange.fr>
Approved by:	Gaspar Chilingarov <nm@web.am> (maintainer)
Feature safe:	yes
This commit is contained in:
Michael Scheidell 2012-03-27 23:02:42 +00:00
parent 415b49283a
commit a86edccfac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293898
2 changed files with 13 additions and 4 deletions

View File

@ -9,14 +9,12 @@ PORTNAME= mountapp
PORTVERSION= 3.0
PORTREVISION= 8
CATEGORIES= sysutils windowmaker
MASTER_SITES= SF
MASTER_SITES= SF
MAINTAINER= nm@web.am
COMMENT= Windowmaker application, Resembles wmmount with extra functionality
BUILD_DEPENDS+= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
BROKEN= does not compile
BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
USE_GETTEXT= yes
USE_GNOME= gtk12 glib12

View File

@ -0,0 +1,11 @@
--- src/properties.c.ori 2012-03-15 13:29:24.000000000 +0100
+++ src/properties.c 2012-03-15 13:30:09.000000000 +0100
@@ -448,7 +448,7 @@
WMReleasePropList(mpProp);
}
- if (WMWritePropListToFile(props, getFileName(), FALSE) == FALSE)
+ if (WMWritePropListToFile(props, getFileName()) == FALSE)
printf("Error occurred synchronizing proplist\n");
WMReleasePropList(props);