Skip to content

Instantly share code, notes, and snippets.

@davidgiesberg
Created February 10, 2012 21:42
Show Gist options
  • Save davidgiesberg/1793158 to your computer and use it in GitHub Desktop.
Save davidgiesberg/1793158 to your computer and use it in GitHub Desktop.
PDKIM Mac PPC patch
diff --git Makefile.mac Makefile.mac
index 5cb6f49..0acd485 100755
--- Makefile.mac
+++ Makefile.mac
@@ -3,7 +3,7 @@ VERSION_MAJOR=1
VERSION_MINOR=0
LIBNAME=libpdkim
-CFLAGS=-Wall -D_FILE_OFFSET_BITS=64 -fPIC -arch ppc -arch i386 -arch x86_64
+CFLAGS=-Wall -D_FILE_OFFSET_BITS=64 -fPIC -arch i386 -arch x86_64
OFLAGS=-Os
OBJS=sha1.o sha2.o base64.o rsa.o bignum.o pdkim.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment