diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 17:13:03 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 17:13:03 +0000 |
commit | 9ee4c3a2650f7ad9508adf5a3e7fd1fe9d2971d0 (patch) | |
tree | edcdf31cb1cb57076aeac188e475d4f581205580 /comms/gammu/Makefile | |
parent | 72a8db4870ec9d37f8cd846e39d3fdd2334b4e2d (diff) | |
download | pkgsrc-9ee4c3a2650f7ad9508adf5a3e7fd1fe9d2971d0.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r-- | comms/gammu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 49a1a8cbc85..7c989caaa54 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/04/22 13:43:09 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/02/16 17:13:03 hans Exp $ # .include "Makefile.common" @@ -33,6 +33,8 @@ REPLACE_BASH= utils/gammu-config utils/jadmaker # needed because of https://bugs.cihar.com/view.php?id=908 BUILDLINK_TRANSFORM+= rm:-Werror +LDFLAGS.SunOS+= -lintl + .include "../../devel/libusb/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |