diff options
Diffstat (limited to 'devel/cld')
-rw-r--r-- | devel/cld/Makefile | 2 | ||||
-rw-r--r-- | devel/cld/files/patch-Makefile.in | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/cld/Makefile b/devel/cld/Makefile index 0d26654b26e1..bf657b5f0386 100644 --- a/devel/cld/Makefile +++ b/devel/cld/Makefile @@ -14,7 +14,7 @@ COMMENT= Chromium compact language detector library BROKEN= Unfetchable (google code has gone away) -USES= libtool +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/cld/files/patch-Makefile.in b/devel/cld/files/patch-Makefile.in deleted file mode 100644 index 54ccb25d3469..000000000000 --- a/devel/cld/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2012-05-23 14:35:00.000000000 +0400 -+++ Makefile.in 2013-02-08 15:37:27.000000000 +0400 -@@ -282,7 +282,7 @@ - - # autogen.sh and cleanrepo.sh are script for maintainance use. Not for distribution. - # dist_noinst_SCRIPTS = autogen.sh --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = ${exec_prefix}/libdata/pkgconfig - pkgconfig_DATA = cld.pc - basic_test_SOURCES = tests/basic_test.cc - basic_test_CXXFLAGS = -Wall -fPIC -Isrc/ -I../src -O2 -DCLD_WINDOWS |