pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/rgb Define APP_MAN_SUFFIX=1 in the configure envir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22be4f46c4db
branches:  trunk
changeset: 537752:22be4f46c4db
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Jan 15 19:31:18 2008 +0000

description:
Define APP_MAN_SUFFIX=1 in the configure environment (like other
Xorg packages). This fixes problem on some platforms, like Linux,
where it installs as 1x by default.

This problem was fixed upstream long ago. But new source tarballs
have not been released after being generated with the newer autoconf
macro improvements.

diffstat:

 x11/rgb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7bbc18ce11a6 -r 22be4f46c4db x11/rgb/Makefile
--- a/x11/rgb/Makefile  Tue Jan 15 17:15:41 2008 +0000
+++ b/x11/rgb/Makefile  Tue Jan 15 19:31:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 14:50:20 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2008/01/15 19:31:18 reed Exp $
 #
 
 DISTNAME=              rgb-1.0.1
@@ -15,5 +15,7 @@
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
+CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
+
 .include "../../x11/xproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index