Skip to content

Commit

Permalink
Test out bass install.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Sep 16, 2012
1 parent 00b3861 commit b45c884
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 118 deletions.
118 changes: 0 additions & 118 deletions byuu/Makefile

This file was deleted.

21 changes: 21 additions & 0 deletions byuu/bass.rb
Expand Up @@ -7,8 +7,29 @@ class Bass < Formula

depends_on 'gcc' # 4.7+

# Point to the correct GCC, not MacPorts.
def patches
DATA
end

def install
# system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make"
system "make install"
end
end

__END__
diff --git a/nall/Makefile b/nall/Makefile
index bbc4b02..a9913c8 100755
--- a/byuu/Makefile
+++ b/byuu/Makefile
@@ -38,7 +38,7 @@ ifeq ($(compiler),)
ifeq ($(platform),win)
compiler := gcc
else ifeq ($(platform),osx)
- compiler := gcc-mp-4.7
+ compiler := gcc-4.7
else
compiler := gcc-4.7
endif

0 comments on commit b45c884

Please sign in to comment.