1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Fix build.

Reported by:	miwi@
Approved by:	maintainer
This commit is contained in:
Felippe de Meirelles Motta 2013-03-08 23:16:57 +00:00
parent 51609243f3
commit e8f803659c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313681
2 changed files with 1 additions and 11 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= libopensync
PORTVERSION= 0.39
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/

View File

@ -1,11 +0,0 @@
--- opensync/opensync_list.c.orig 2013-02-05 21:45:11.000000000 +0000
+++ opensync/opensync_list.c 2013-02-05 21:45:22.000000000 +0000
@@ -30,7 +30,7 @@
* MT safe
*/
-#include <glib/gmem.h>
+#include <glib.h>
#include "opensync_list.h"
#include "opensync_internals.h"