summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 11:15:13 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 11:15:13 +0800
commit3653fbe616e3a64b9ab61dd29e8aa784b47a89a2 (patch)
tree701da438871780db31ed5cf74688858866e039ca
parente608c50ec82d0f8fc5353f441bcdf9ddafd423ec (diff)
downloadmarcuscom-ports-3653fbe616e3a64b9ab61dd29e8aa784b47a89a2.tar.gz
marcuscom-ports-3653fbe616e3a64b9ab61dd29e8aa784b47a89a2.tar.zst
marcuscom-ports-3653fbe616e3a64b9ab61dd29e8aa784b47a89a2.zip
Fix the build with new gtk20.
Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9764 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/quark/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/quark/Makefile b/multimedia/quark/Makefile
index d7234ef8b..ed9edea66 100644
--- a/multimedia/quark/Makefile
+++ b/multimedia/quark/Makefile
@@ -29,6 +29,8 @@ GCONF_SCHEMAS= quark.schemas strange-quark.schemas
post-patch:
@${REINPLACE_CMD} -e \
's|CFLAGS="-g |CFLAGS="$$CFLAGS |g' ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-D.*_DISABLE_DEPRECATED||g'
post-install:
.if !defined(NOPORTDOCS)