diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-21 15:36:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-21 15:36:17 +0000 |
commit | 229e5a2ac7b9dce0f13b6c4ecd06f5cd72c2acb0 (patch) | |
tree | 94b5d345d5a90b68648f1b2e69183dc2f493770d /security/pidgin-otr/files/patch-libotr-Makefile | |
parent | Update to version 0.9.0 (diff) |
- Update to 2.0.1
PR: ports/79101
Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=133869
Diffstat (limited to 'security/pidgin-otr/files/patch-libotr-Makefile')
-rw-r--r-- | security/pidgin-otr/files/patch-libotr-Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/security/pidgin-otr/files/patch-libotr-Makefile b/security/pidgin-otr/files/patch-libotr-Makefile deleted file mode 100644 index 1fb1dc7167ad..000000000000 --- a/security/pidgin-otr/files/patch-libotr-Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- libotr/Makefile.bak Fri Dec 17 16:31:14 2004 -+++ libotr/Makefile Fri Dec 17 16:31:53 2004 -@@ -1,5 +1,5 @@ - CC ?= gcc --override CFLAGS += -g -Wall -fPIC -+CFLAGS += -g -Wall -fPIC -I %%LOCALBASE%%/include - LDFLAGS ?= -lgcrypt -g - - all: libotr.a |