pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q1] pkgsrc/wm/enlightenment
Module Name: pkgsrc
Committed By: bsiegert
Date: Mon May 1 09:07:44 UTC 2017
Modified Files:
pkgsrc/wm/enlightenment [pkgsrc-2017Q1]: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.66.6.1 pkgsrc/wm/enlightenment/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/enlightenment/Makefile
diff -u pkgsrc/wm/enlightenment/Makefile:1.66 pkgsrc/wm/enlightenment/Makefile:1.66.6.1
--- pkgsrc/wm/enlightenment/Makefile:1.66 Sat Jul 9 06:39:09 2016
+++ pkgsrc/wm/enlightenment/Makefile Mon May 1 09:07:44 2017
@@ -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 @@ PLIST_VARS+= libhack
.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