mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- 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:
parent
415b49283a
commit
a86edccfac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293898
@ -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
|
||||
|
11
sysutils/mount.app/files/patch-properties.c
Normal file
11
sysutils/mount.app/files/patch-properties.c
Normal 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);
|
Loading…
Reference in New Issue
Block a user