aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2013-09-16 17:04:07 -0500
committerAdam Vandenberg2013-09-16 19:33:17 -0700
commit44ff913de82c3b1968473ee9c0a7b6f28890dacc (patch)
treeeee14e158374d9635f2d76dfba431b4f4a578731 /Library
parentbdfd4be84873b426dd6cf013f4a95fa601fc18ea (diff)
downloadhomebrew-44ff913de82c3b1968473ee9c0a7b6f28890dacc.tar.bz2
depqbf 2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/depqbf.rb24
1 files changed, 2 insertions, 22 deletions
diff --git a/Library/Formula/depqbf.rb b/Library/Formula/depqbf.rb
index 3d20c025e..cbe65d0fc 100644
--- a/Library/Formula/depqbf.rb
+++ b/Library/Formula/depqbf.rb
@@ -2,32 +2,12 @@ require 'formula'
class Depqbf < Formula
homepage 'http://lonsing.github.io/depqbf/'
- url 'https://github.com/lonsing/depqbf/archive/version-1.0.tar.gz'
- sha1 '117c3572f14eca154893449b23e09d9c556d3d2a'
+ url 'https://github.com/lonsing/depqbf/archive/version-2.0.tar.gz'
+ sha1 '86684df3d135847189a0312f45ba69e16bcd76ac'
head 'https://github.com/lonsig/depqbf.git'
- # disable static linking against C runtime
- def patches
- DATA
- end
-
def install
system "make"
bin.install "depqbf"
end
end
-
-# Warning: `brew pull` seems to smash line endings in this patch
-__END__
-diff --git a/makefile b/makefile
-index 8614075..8e5466f 100644
---- a/makefile
-+++ b/makefile
-@@ -1,5 +1,5 @@
--#CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3
--CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3 -static
-+CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3
-+#CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3 -static
- #CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -g3 -static
- #CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -g3 -pg -fprofile-arcs -ftest-coverage -static
- OBJECTS=qdpll_main.o qdpll_app.o qdpll.o qdpll_mem.o qdpll_dep_man_qdag.o