From b8a813120cf4176854ebf4d0a652a6a9e1b73181 Mon Sep 17 00:00:00 2001 From: bland Date: Fri, 22 Apr 2005 03:30:13 +0000 Subject: Fix build falure triggered by pkgconfig update. Reported by: krismail --- .../files/patch-tools__extra_defs_gen__Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/libgnomeprintmm/files/patch-tools__extra_defs_gen__Makefile.in (limited to 'print') diff --git a/print/libgnomeprintmm/files/patch-tools__extra_defs_gen__Makefile.in b/print/libgnomeprintmm/files/patch-tools__extra_defs_gen__Makefile.in new file mode 100644 index 000000000000..ad005e718636 --- /dev/null +++ b/print/libgnomeprintmm/files/patch-tools__extra_defs_gen__Makefile.in @@ -0,0 +1,11 @@ +--- tools/extra_defs_gen/Makefile.in.bak Tue Jun 8 19:58:29 2004 ++++ tools/extra_defs_gen/Makefile.in Fri Apr 22 12:25:56 2005 +@@ -119,7 +119,7 @@ + LIBGNOMEPRINTMM_VERSION = @LIBGNOMEPRINTMM_VERSION@ + LIBGNOMEPRINT_VERSION_NEEDED = @LIBGNOMEPRINT_VERSION_NEEDED@ + LIBOBJS = @LIBOBJS@ +-LIBS = $(LIBGNOMEPRINTMM_LIBS) -lglibmm_generate_extra_defs-2.4 ++LIBS = $(LIBGNOMEPRINTMM_LIBS) -L$(GMM_PROCDIR)/../.. -lglibmm_generate_extra_defs-2.4 + LIBTOOL = @LIBTOOL@ + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ -- cgit