Skip to content

Commit

Permalink
Make this patch apply properly.
Browse files Browse the repository at this point in the history
Bug:
Submitted by:	Jon Sharp <sharpjon@gmail.com>
		Ron Parker <rdp@inthefaith.net>
Reviewed by:
Approved by:
Obtained from:

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15047 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jim Mock committed Nov 16, 2005
1 parent b18161c commit 9b00f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail/imap-uw/files/patch-src-osdep-unix-Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ diff -ruP src/osdep/unix-orig/Makefile src/osdep/unix/Makefile
- CRXTYPE=nfs \
+ CHECKPW=osx CRXTYPE=nfs \
SPOOLDIR=/var/spool MAILSPOOL=/var/mail \
- BASECFLAGS="-g -O"
- BASECFLAGS="-g -O -Wno-pointer-sign"
+ BASECFLAGS="-g -O" \
+ EXTRALDFLAGS="-framework DirectoryService"

Expand Down

0 comments on commit 9b00f4c

Please sign in to comment.