From fd004517eb1b2287c588d495f8412e7050213790 Mon Sep 17 00:00:00 2001 From: alek Date: Tue, 22 Feb 2005 13:53:16 +0000 Subject: [PATCH] - Don't use included gettext - Bump PKGNAME --- lang/librep/Makefile | 4 +++- lang/librep/patches/patch-configure | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 lang/librep/patches/patch-configure diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 5c9da5c6eb6..e9a457bc474 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2005/02/07 19:01:48 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.21 2005/02/22 13:53:16 alek Exp $ COMMENT= "Emacs Lisp-like runtime library" @@ -6,6 +6,7 @@ NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} VERSION= 0.16.2 DISTNAME= librep-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librep/} @@ -20,6 +21,7 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +WANTLIB= c m ncurses readline GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}-unknown-openbsd${OPSYS_VER} SUBST_VARS= GNU_ARCH VERSION diff --git a/lang/librep/patches/patch-configure b/lang/librep/patches/patch-configure new file mode 100644 index 00000000000..edbdb8c9b47 --- /dev/null +++ b/lang/librep/patches/patch-configure @@ -0,0 +1,11 @@ +$OpenBSD: patch-configure,v 1.3 2005/02/22 13:53:16 alek Exp $ +--- configure.orig Tue Feb 22 14:30:05 2005 ++++ configure Tue Feb 22 14:30:16 2005 +@@ -8896,6 +8896,7 @@ echo "configure:8896: checking for _nl_m + if eval "test \"`echo '$''{'ac_cv_func__nl_msg_cat_cntr'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else ++ LIBS="-lintl -liconv ${LIBS}" + cat > conftest.$ac_ext <