diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /emulators/open-vm-tools/files | |
parent | Allow more than one filename to be pathfixed. (diff) |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Diffstat (limited to 'emulators/open-vm-tools/files')
-rw-r--r-- | emulators/open-vm-tools/files/patch-libguestlib-Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/open-vm-tools/files/patch-libguestlib-Makefile b/emulators/open-vm-tools/files/patch-libguestlib-Makefile deleted file mode 100644 index 7fd8c0c448bd..000000000000 --- a/emulators/open-vm-tools/files/patch-libguestlib-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- ./libguestlib/Makefile.am.orig 2010-04-28 03:17:28.000000000 +0900 -+++ ./libguestlib/Makefile.am 2010-11-11 22:21:38.000000000 +0900 -@@ -41,7 +41,7 @@ - - EXTRA_DIST = vmguestlib.pc.in - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = vmguestlib.pc - - $(pkgconfig_DATA): $(top_builddir)/config.status ---- ./libguestlib/Makefile.in.orig 2010-04-28 03:18:19.000000000 +0900 -+++ ./libguestlib/Makefile.in 2010-11-11 22:22:04.000000000 +0900 -@@ -298,7 +298,7 @@ - $(top_srcdir)/lib/include/vmSessionId.h \ - $(top_srcdir)/lib/include/vm_basic_types.h - EXTRA_DIST = vmguestlib.pc.in --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = vmguestlib.pc - all: all-am - |