diff options
author | pav <pav@FreeBSD.org> | 2004-10-22 03:57:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-22 03:57:17 +0800 |
commit | 36687d6def70977e6476e47f49cc5af825f61e92 (patch) | |
tree | a2f86f70b80646251a71c6b113abf3a8f2db55c4 /comms | |
parent | 1073d0ab4f0e6be1f7a0b00d747e519b8adf7e4f (diff) | |
download | freebsd-ports-gnome-36687d6def70977e6476e47f49cc5af825f61e92.tar.gz freebsd-ports-gnome-36687d6def70977e6476e47f49cc5af825f61e92.tar.zst freebsd-ports-gnome-36687d6def70977e6476e47f49cc5af825f61e92.zip |
- 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
Diffstat (limited to 'comms')
-rw-r--r-- | comms/openobex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.mk> |