aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-03-22 14:19:23 +0800
committermezz <mezz@FreeBSD.org>2005-03-22 14:19:23 +0800
commitb4bbca3ceb500f6eed68eb605f997608a2424d97 (patch)
tree5cde812d7357d9806ed5284c0133f5e622980064 /cad
parent8a583b986a045827b941275de2e4a4096efd32ae (diff)
downloadfreebsd-ports-gnome-b4bbca3ceb500f6eed68eb605f997608a2424d97.tar.gz
freebsd-ports-gnome-b4bbca3ceb500f6eed68eb605f997608a2424d97.tar.zst
freebsd-ports-gnome-b4bbca3ceb500f6eed68eb605f997608a2424d97.zip
Fix the build.
Reported by: pointyhat via kris Approved by: portmgr (marcus)
Diffstat (limited to 'cad')
-rw-r--r--cad/oregano/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
index 8fca404b1ee1..5ce47bc9973c 100644
--- a/cad/oregano/Makefile
+++ b/cad/oregano/Makefile
@@ -32,5 +32,7 @@ INSTALLS_OMF= yes
post-patch:
@${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-DGNOME_DISABLE_DEPRECATED=1||g'
.include <bsd.port.post.mk>