diff options
author | hans <hans@pkgsrc.org> | 2012-04-13 22:44:17 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-04-13 22:44:17 +0000 |
commit | 2f08653b5273319ac1e3f1bc4087c4e0af375074 (patch) | |
tree | 3d06667861d75cf3108dda5470a4f9a038086751 /devel/automoc4 | |
parent | e8e4898c845711495bafd2a80cc7e2455baeac7e (diff) | |
download | pkgsrc-2f08653b5273319ac1e3f1bc4087c4e0af375074.tar.gz |
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
Diffstat (limited to 'devel/automoc4')
-rw-r--r-- | devel/automoc4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/automoc4/Makefile b/devel/automoc4/Makefile index 69540b6eda5..401b5fa16fd 100644 --- a/devel/automoc4/Makefile +++ b/devel/automoc4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/03/03 00:12:53 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/04/13 22:44:17 hans Exp $ DISTNAME= automoc4-0.9.88 PKGREVISION= 11 @@ -17,6 +17,7 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes CMAKE_ARG_PATH= .. CONFIGURE_DIRS= _build +LDFLAGS.SunOS+= -lrt pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ |