diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-17 20:18:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-17 20:18:58 +0000 |
commit | f1efca87afa635c4cfcb85bf88fe0eda3674241b (patch) | |
tree | b92eaf57ae61d5aaa620ac6a88b45ffc97bfc514 /www/libmicrohttpd/files/patch-Makefile.in | |
parent | a1183b5506c358c19efe777343172a1c8b4728ff (diff) |
Notes
Diffstat (limited to 'www/libmicrohttpd/files/patch-Makefile.in')
-rw-r--r-- | www/libmicrohttpd/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/libmicrohttpd/files/patch-Makefile.in b/www/libmicrohttpd/files/patch-Makefile.in new file mode 100644 index 000000000000..ded9d945308a --- /dev/null +++ b/www/libmicrohttpd/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-08-15 14:59:45.000000000 -0300 ++++ Makefile.in 2009-08-15 15:00:14.000000000 -0300 +@@ -217,7 +217,7 @@ + ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = contrib src doc m4 . + EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = /usr/local/libdata/pkgconfig + pkgconfig_DATA = libmicrohttpd.pc + all: MHD_config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive |