diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in')
-rw-r--r-- | devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in b/devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in new file mode 100644 index 000000000000..3679845d611e --- /dev/null +++ b/devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in @@ -0,0 +1,11 @@ +--- contrib/pkgconfig/GNUmakefile.in.orig Fri Jul 16 15:33:32 2004 ++++ contrib/pkgconfig/GNUmakefile.in Fri Jul 16 15:33:53 2004 +@@ -4,7 +4,7 @@ + VPATH=@srcdir@ + INSTALL=@INSTALL@ + +-INSTALLDIR = $(INSTALLLIBDIR)/pkgconfig ++INSTALLDIR = @prefix@/libdata/pkgconfig + + PKGFILES = omnithread3.pc omniORB4.pc omniDynamic4.pc \ + omniCOS4.pc omniCOSDynamic4.pc |