diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 21:58:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 21:58:59 +0000 |
commit | 89b73def473c5f8f8667fb66ddfa2e9a65ce065e (patch) | |
tree | 3ddf976be212443f88900084835a73f98aed715e /devel/mercator/files | |
parent | 50d6e24b1474116e902293fdf9bd2b7f3bc21dd3 (diff) |
Notes
Diffstat (limited to 'devel/mercator/files')
-rw-r--r-- | devel/mercator/files/patch-Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/mercator/files/patch-Makefile.in b/devel/mercator/files/patch-Makefile.in new file mode 100644 index 000000000000..9dd8d4b3801f --- /dev/null +++ b/devel/mercator/files/patch-Makefile.in @@ -0,0 +1,19 @@ +*** Makefile.in.orig Fri Feb 4 04:41:08 2005 +--- Makefile.in Fri Feb 4 04:41:28 2005 +*************** +*** 185,191 **** + target_os = @target_os@ + target_vendor = @target_vendor@ + SUBDIRS = Mercator tests +! pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = mercator-0.2.pc + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive +--- 185,191 ---- + target_os = @target_os@ + target_vendor = @target_vendor@ + SUBDIRS = Mercator tests +! pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = mercator-0.2.pc + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive |