pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/a2ps add CFLAGS.Darwin+=-flat_namespace
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c47bad1b6a8
branches: trunk
changeset: 503811:0c47bad1b6a8
user: tonio <tonio%pkgsrc.org@localhost>
date: Wed Nov 30 18:24:00 2005 +0000
description:
add CFLAGS.Darwin+=-flat_namespace
to avoid a2ps failure at runtime under Darwin (symbol not found in flat
namespace)
Bump PKGREVISION, as it changes the binary package under Darwin
diffstat:
print/a2ps/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r ec182a8b4cb7 -r 0c47bad1b6a8 print/a2ps/Makefile
--- a/print/a2ps/Makefile Wed Nov 30 18:10:12 2005 +0000
+++ b/print/a2ps/Makefile Wed Nov 30 18:24:00 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2005/07/16 01:19:18 jlam Exp $
+# $NetBSD: Makefile,v 1.58 2005/11/30 18:24:00 tonio Exp $
DISTNAME= a2ps-4.13b
PKGNAME= a2ps-4.13.0.2
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \
ftp://ftp.enst.fr/pub/unix/a2ps/
@@ -20,6 +20,7 @@
STRIP= # empty
USE_LIBTOOL= yes
+CFLAGS.Darwin+= -flat_namespace
USE_TOOLS+= file:run gmake mktemp:run perl:run
CONFIGURE_ENV+= file_prog=${FILE_CMD:Q}
Home |
Main Index |
Thread Index |
Old Index