[csw-devel] SF.net SVN: gar:[18070] csw/mgar/pkg/emacs/trunk
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Tue May 22 14:19:30 CEST 2012
Revision: 18070
http://gar.svn.sourceforge.net/gar/?rev=18070&view=rev
Author: pfelecan
Date: 2012-05-22 12:19:30 +0000 (Tue, 22 May 2012)
Log Message:
-----------
Completed build dependencies and created a patch to activate Xft using
SUN provided X11.
Modified Paths:
--------------
csw/mgar/pkg/emacs/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/emacs/trunk/files/0001-activate-Xft-for-configure.patch
Modified: csw/mgar/pkg/emacs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/emacs/trunk/Makefile 2012-05-22 08:27:05 UTC (rev 18069)
+++ csw/mgar/pkg/emacs/trunk/Makefile 2012-05-22 12:19:30 UTC (rev 18070)
@@ -15,7 +15,7 @@
DISTFILES = $(DISTNAME).tar.bz2
MASTER_SITES = $(GNU_MIRROR)
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS)
# this is necessary because GNU id options dialect is is used; BTW, I
# think that adding this systematically at the beginning of the PATH
@@ -36,6 +36,7 @@
CSWlibdbus-glib-dev \
CSWlibexpat-dev \
CSWlibfreetype-dev \
+ CSWlibgconf-dev \
CSWlibgdk-pixbuf-dev \
CSWlibgif-dev \
CSWlibglib2-dev \
@@ -60,12 +61,15 @@
CSWlibxpmdevel \
CSWlibz-dev \
CSWpangodevel \
- CSWpkgconfig
+ CSWpkgconfig \
+ CSWsunx11devel
PACKAGING_PLATFORMS = \
solaris10-sparc \
solaris10-i386
+PATCHFILES += 0001-activate-Xft-for-configure.patch
+
include gar/category.mk
# this is private and not available publicly
Added: csw/mgar/pkg/emacs/trunk/files/0001-activate-Xft-for-configure.patch
===================================================================
--- csw/mgar/pkg/emacs/trunk/files/0001-activate-Xft-for-configure.patch (rev 0)
+++ csw/mgar/pkg/emacs/trunk/files/0001-activate-Xft-for-configure.patch 2012-05-22 12:19:30 UTC (rev 18070)
@@ -0,0 +1,26 @@
+From 2bf4fad0be05e3b11a3f233c16f0f681a11641bd Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Tue, 22 May 2012 14:04:49 +0200
+Subject: [PATCH] activate Xft for configure
+
+---
+ configure | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/configure b/configure
+index d894fe6..affbb9f 100755
+--- a/configure
++++ b/configure
+@@ -589,6 +589,9 @@ ac_includes_default="\
+ #endif
+ #ifdef HAVE_UNISTD_H
+ # include <unistd.h>
++#endif
++#ifdef HAVE_X11R6
++# include <X11/Xlib.h>
+ #endif"
+
+ ac_config_libobj_dir=src
+--
+1.7.10
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list