1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build failure triggered by pkgconfig update.

Reported by:	mezz
This commit is contained in:
Alexander Nedotsukov 2005-04-19 10:01:16 +00:00
parent e8152fe484
commit 1adf4b32cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133653

View File

@ -0,0 +1,11 @@
--- tools/extra_defs_gen/Makefile.in.orig Sun Mar 6 23:00:45 2005
+++ tools/extra_defs_gen/Makefile.in Tue Apr 19 18:39:53 2005
@@ -125,7 +125,7 @@
LIBGLADEMM_VERSION = @LIBGLADEMM_VERSION@
LIBGLADE_VERSION_NEEDED = @LIBGLADE_VERSION_NEEDED@
LIBOBJS = @LIBOBJS@
-LIBS = $(LIBGLADEMM_LIBS) -lglibmm_generate_extra_defs-2.4
+LIBS = $(LIBGLADEMM_LIBS) -L$(GMM_PROCDIR)/../.. -lglibmm_generate_extra_defs-2.4
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@