diff options
Diffstat (limited to 'deskutils/osmo')
-rw-r--r-- | deskutils/osmo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 23eee381b7bf..864c86039a5f 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -35,6 +35,10 @@ POFILES= ca cs de el es fi fr hu it ja lt nl pl pt \ MSGFMT= ${LOCALBASE}/bin/msgfmt +post-patch: + @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/src/Makefile.in + pre-install: # workaround to problem in po makefile .for p in ${POFILES} |