openbsd-ports/security/gnupg/patches/patch-cipher_Makefile_in
alek ecdd8fbbd5 - Add bzip2 to dependency list (from Okan Demirmen <okan@demirmen.com>)
- Fix libintl/libiconv linking
- Don't include bundled libintl headers
- Update WANTLIB marker
- Bump PKGNAME

help & go ahead espie@
2005-02-19 12:10:03 +00:00

13 lines
490 B
Plaintext

$OpenBSD: patch-cipher_Makefile_in,v 1.1 2005/02/19 12:10:03 alek Exp $
--- cipher/Makefile.in.orig Sat Feb 19 11:14:47 2005
+++ cipher/Makefile.in Sat Feb 19 11:14:54 2005
@@ -261,7 +261,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
+INCLUDES = -I.. -I$(top_srcdir)/include
noinst_LIBRARIES = libcipher.a
libcipher_a_SOURCES = cipher.c \
pubkey.c \