diff options
author | martin <martin@pkgsrc.org> | 2013-08-29 14:14:34 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2013-08-29 14:14:34 +0000 |
commit | 4f7ba6b80b94b39ed084c2836d9ec71eddc1bd4c (patch) | |
tree | d413d88d7f88be3595e4098472b7bb2df8674136 /www/firefox/PLIST | |
parent | a8b37de1e19cdf76cc9979b8dc8f577dadb9dece (diff) | |
download | pkgsrc-4f7ba6b80b94b39ed084c2836d9ec71eddc1bd4c.tar.gz |
Skia does not support GL on big endian machines yet - so adjust PLIST
by conditionalizing it.
Diffstat (limited to 'www/firefox/PLIST')
-rw-r--r-- | www/firefox/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST index 4c2b5e885d1..0af99386688 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.68 2013/08/07 12:17:54 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.69 2013/08/29 14:14:34 martin Exp $ bin/firefox include/firefox/AbstractMediaDecoder.h include/firefox/AccEvent.h @@ -58,7 +58,7 @@ include/firefox/FramePropertyTable.h include/firefox/GLContext.h include/firefox/GLContextProvider.h include/firefox/GLContextProviderImpl.h -include/firefox/GLContextSkia.h +${PLIST.glskia}include/firefox/GLContextSkia.h include/firefox/GLContextSymbols.h include/firefox/GLContextTypes.h include/firefox/GLDefs.h |