diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-28 07:02:42 +0800 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-28 07:02:42 +0800 |
commit | a86edccfac177efa433a9ba18b98ed7ff25020b6 (patch) | |
tree | 66a93ce040a87883418dfac701d4802c10a549c6 /sysutils | |
parent | 415b49283ad2af7d0fb555365cd4068413c31a3c (diff) | |
download | freebsd-ports-gnome-a86edccfac177efa433a9ba18b98ed7ff25020b6.tar.gz freebsd-ports-gnome-a86edccfac177efa433a9ba18b98ed7ff25020b6.tar.zst freebsd-ports-gnome-a86edccfac177efa433a9ba18b98ed7ff25020b6.zip |
- 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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mount.app/Makefile | 6 | ||||
-rw-r--r-- | sysutils/mount.app/files/patch-properties.c | 11 |
2 files changed, 13 insertions, 4 deletions
diff --git a/sysutils/mount.app/Makefile b/sysutils/mount.app/Makefile index 0f3d237070d5..3ea2c57ec8cc 100644 --- a/sysutils/mount.app/Makefile +++ b/sysutils/mount.app/Makefile @@ -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 diff --git a/sysutils/mount.app/files/patch-properties.c b/sysutils/mount.app/files/patch-properties.c new file mode 100644 index 000000000000..7cc6fc1a906e --- /dev/null +++ b/sysutils/mount.app/files/patch-properties.c @@ -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); |