Skip to content

Commit

Permalink
Re-fix Solaris support, the previous patch was for some reason remove…
Browse files Browse the repository at this point in the history
…d in

the last update, despite still being required.
  • Loading branch information
jperkin committed Dec 18, 2012
1 parent 070fd1a commit f4ca93c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devel/eina/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2012/12/12 11:39:02 wiz Exp $
# $NetBSD: Makefile,v 1.8 2012/12/18 13:54:04 jperkin Exp $
#

DISTNAME= eina-1.7.1
Expand All @@ -17,4 +17,10 @@ USE_LIBTOOL= yes

PKGCONFIG_OVERRIDE= eina.pc.in

.include "../../mk/compiler.mk"

.if empty(PKGSRC_COMPILER:Msunpro)
BUILDLINK_TRANSFORM+= rm:-mt
.endif

.include "../../mk/bsd.pkg.mk"

0 comments on commit f4ca93c

Please sign in to comment.