aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-04-10 22:44:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-04-10 22:44:55 +0000
commit95845968a4c26625ddf7ca1df5edb9221e4c9206 (patch)
treed0b9ddd40f17912f14916ce5fe3554026d2c4e4f
parentceb99a1787c6cc088da3adb92c996c8ea37083b1 (diff)
downloadports-95845968a4c26625ddf7ca1df5edb9221e4c9206.tar.gz
ports-95845968a4c26625ddf7ca1df5edb9221e4c9206.zip
misc/wmcalendar: fix build post LLVM 11 import
Submitted by: jhibbits
-rw-r--r--misc/wmcalendar/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile
index a92cda4f4906..ae42afc559a0 100644
--- a/misc/wmcalendar/Makefile
+++ b/misc/wmcalendar/Makefile
@@ -9,9 +9,6 @@ MASTER_SITES= SF
MAINTAINER= xride@FreeBSD.org
COMMENT= Dockable calendar with interface to iCalendar based calendars
-BROKEN_FreeBSD_13= ld: error: duplicate symbol: appicon
-BROKEN_FreeBSD_14= ld: error: duplicate symbol: appicon
-
LIB_DEPENDS= libical.so:devel/libical
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
@@ -21,7 +18,7 @@ USE_XORG= xpm
USE_GNOME= gtk20
MAKE_ARGS= CC="${CC}" \
LFLAGS="`pkg-config --libs gtk+-2.0` -L${LOCALBASE}/lib" \
- CFLAGS="${CFLAGS}" \
+ CFLAGS="${CFLAGS} -fcommon" \
INCDIR="`pkg-config --cflags gtk+-2.0` -I${LOCALBASE}/include" \
LIBDIR="" \
LIBS="-lical -lX11 -lXext -lXpm -lm"