~ubuntu-branches/ubuntu/utopic/libhdhomerun/utopic

« back to all changes in this revision

Viewing changes to .pc/kfreebsd.patch/Makefile

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2014-06-05 22:56:47 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140605225647-zd7zhxfepoukgdf8
Tags: 20140604-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    LDFLAGS += -lsocket
38
38
  endif
39
39
  ifeq ($(OS),Darwin)
40
 
    CFLAGS += -arch i386 -arch ppc
 
40
    CFLAGS += -arch i386 -arch x86_64
41
41
    LIBEXT := .dylib
42
42
    SHARED := -dynamiclib -install_name libhdhomerun$(LIBEXT)
43
43
  endif