From 36687d6def70977e6476e47f49cc5af825f61e92 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 21 Oct 2004 19:57:17 +0000 Subject: - Try to fix build on amd64/6-CURRENT where openobex-config gets installed under long auto*tools name. This is untested as I'm unable to reproduce the problem on my 6-CURRENT jail. Reported by: pointyhat via kris Suggested by: ade --- comms/openobex/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'comms') diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index fa6ea32cd9cb..cabab4aae9f9 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -21,5 +21,6 @@ USE_LIBTOOL_VER= 15 USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --program-transform-name="" .include -- cgit