aboutsummaryrefslogtreecommitdiffstats
path: root/devel/synfig
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-19 06:08:09 +0800
committermiwi <miwi@FreeBSD.org>2008-08-19 06:08:09 +0800
commit76e8395b14bc92d9a44b28d47bc8687038c0c183 (patch)
treee1f3eed7160de0a222c12fea8ff2ed28e6b9bed1 /devel/synfig
parentf6f162d13ada7132041c9560e7c99d239d60fed2 (diff)
downloadfreebsd-ports-gnome-76e8395b14bc92d9a44b28d47bc8687038c0c183.tar.gz
freebsd-ports-gnome-76e8395b14bc92d9a44b28d47bc8687038c0c183.tar.zst
freebsd-ports-gnome-76e8395b14bc92d9a44b28d47bc8687038c0c183.zip
- Unbreak
- Fix build PR: 126594 Submitted by: Ports Fury
Diffstat (limited to 'devel/synfig')
-rw-r--r--devel/synfig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile
index e6c13cd099c9..ff7dd49057ba 100644
--- a/devel/synfig/Makefile
+++ b/devel/synfig/Makefile
@@ -26,8 +26,6 @@ LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
IlmImf:${PORTSDIR}/graphics/OpenEXR \
xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26
-BROKEN= does not build
-
USE_GNOME= gnomehack gnometarget glib20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
@@ -38,7 +36,9 @@ ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
post-patch:
@${REINPLACE_CMD} -e '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
- /optimization_flags/s|CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure
+ /optimization_flags/s|CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/url_fclose/s|&formatc|formatc|g' \
+ ${WRKSRC}/src/modules/mod_libavcodec/trgt_av.cpp
post-install:
.if !defined(NOPORTDOCS)