Skip to content

Instantly share code, notes, and snippets.

View lucasmichot's full-sized avatar
👋

Lucas Michot lucasmichot

👋
View GitHub Profile
==> Reinstalling judy
==> Downloading https://downloads.sourceforge.net/project/judy/judy/Judy-1.0.5/Judy-1.0.5.tar.gz
Already downloaded: /Library/Caches/Homebrew/judy-1.0.5.tar.gz
==> Verifying judy-1.0.5.tar.gz checksum
tar xf /Library/Caches/Homebrew/judy-1.0.5.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/judy/1.0.5
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
@lucasmichot
lucasmichot / runkit.patch
Last active August 29, 2015 14:07 — forked from anonymous/71.patch
runkit.patch
From 568928c3d03a1727d17d4e09d684874c41cfd61e Mon Sep 17 00:00:00 2001
From: Adrian Guenter <adrianguenter@gmail.com>
Date: Mon, 18 Aug 2014 22:44:38 -0400
Subject: [PATCH] IS_CONSTANT_ARRAY replaced by IS_CONSTANT_AST and fixed
integer casts
---
runkit_import.c | 12 ++++++------
runkit_props.c | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)