openbsd-ports/x11/gtk+/patches/patch-po_Makefile_in_in
brad 6077001b2f upgrade to Gtk+ 1.2.9
!!NOTE!!: header files for Gtk+ have changed locations so this WILL cause
breakage.
2001-03-07 22:59:15 +00:00

13 lines
368 B
Plaintext

$OpenBSD: patch-po_Makefile_in_in,v 1.2 2001/03/07 22:59:16 brad Exp $
--- po/Makefile.in.in.orig Wed Mar 7 10:46:52 2001
+++ po/Makefile.in.in Wed Mar 7 10:47:36 2001
@@ -71,7 +71,7 @@
$(MSGFMT) -o $@ $<
.po.gmo:
- file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
+ file=`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
.po.cat: