Skip to content

Commit

Permalink
fix @adamv comments on wxgtk.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalduvieco committed Feb 23, 2013
1 parent ed5aa45 commit ff2af48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Library/Formula/wxgtk.rb
Expand Up @@ -2,8 +2,6 @@

class Wxgtk < Formula
homepage 'http://www.wxwidgets.org'
#url 'http://sourceforge.net/projects/wxwindows/files/2.8.12/wxWidgets-2.8.12.tar.bz2'
#version '2.8.12'
url "http://downloads.sourceforge.net/project/wxwindows/2.8.12/wxGTK-2.8.12.tar.gz"
sha1 '56cc7f6622dd6f2fecd43fc210dc1c6cb155b37f'

Expand All @@ -24,7 +22,6 @@ def install
"--prefix=#{prefix}",
"--with-gtk"
]
#ENV.append_to_cflags '-arch x86_64' if MacOS.prefer_64_bit?
ENV.append 'LDFLAGS', '-lX11 -lGL -lGLU'

system "./configure", *args
Expand Down

0 comments on commit ff2af48

Please sign in to comment.