- Don't use included gettext
- Bump PKGNAME
This commit is contained in:
parent
b5d27dd5b7
commit
fd004517eb
@ -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
|
||||
|
11
lang/librep/patches/patch-configure
Normal file
11
lang/librep/patches/patch-configure
Normal file
@ -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 <<EOF
|
||||
#line 8901 "configure"
|
||||
#include "confdefs.h"
|
Loading…
Reference in New Issue
Block a user