diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-30 03:01:59 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-30 03:01:59 +0800 |
commit | 32ea452695861d71749e37d5abc4ce4378741380 (patch) | |
tree | 3f4010fbda3c7caab4f9aab623021e3e8c38084b /comms | |
parent | e5e64fef98d8fb4850a62abcd4d2491d13494282 (diff) | |
download | freebsd-ports-gnome-32ea452695861d71749e37d5abc4ce4378741380.tar.gz freebsd-ports-gnome-32ea452695861d71749e37d5abc4ce4378741380.tar.zst freebsd-ports-gnome-32ea452695861d71749e37d5abc4ce4378741380.zip |
Fix build with FreeBSD 10
Approved by: portmgr (miwi)
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 58daa3ff4074..3e735ca2f1aa 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -17,6 +17,7 @@ COMMENT= Open source implementation of the OBEX protocol USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes USE_GNOME= gnomehack MAKE_JOBS_SAFE= yes |