pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/wm/enlightenment Pullup ticket #5368 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a063688c3f8
branches:  pkgsrc-2017Q1
changeset: 360336:3a063688c3f8
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon May 01 09:07:44 2017 +0000

description:
Pullup ticket #5368 - requested by sevan
wm/enlightenment: build fix

Revisions pulled up:
- wm/enlightenment/Makefile                                     1.67

---
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Tue Apr 25 12:45:02 UTC 2017

   Modified Files:
           pkgsrc/wm/enlightenment: Makefile

   Log Message:
   libhack is also built on Darwin.

diffstat:

 wm/enlightenment/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a9004d43c527 -r 3a063688c3f8 wm/enlightenment/Makefile
--- a/wm/enlightenment/Makefile Mon May 01 09:06:46 2017 +0000
+++ b/wm/enlightenment/Makefile Mon May 01 09:07:44 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2016/07/09 06:39:09 wiz Exp $
+# $NetBSD: Makefile,v 1.66.6.1 2017/05/01 09:07:44 bsiegert Exp $
 
 DISTNAME=      e16-0.16.8.8
 PKGNAME=       ${DISTNAME:S/e16/enlightenment/}
@@ -40,7 +40,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" || \
+    ${OPSYS} == "Darwin"
 PLIST.libhack= yes
 .endif
 



Home | Main Index | Thread Index | Old Index