Revision: 25560
http://sourceforge.net/p/gar/code/25560
Author: dmichelsen
Date: 2016-02-10 14:53:59 +0000 (Wed, 10 Feb 2016)
Log Message:
-----------
texinfo/trunk: Add environment settings for the Perl module
Modified Paths:
--------------
csw/mgar/pkg/texinfo/trunk/Makefile
Modified: csw/mgar/pkg/texinfo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/texinfo/trunk/Makefile 2016-02-10 12:08:03 UTC (rev 25559)
+++ csw/mgar/pkg/texinfo/trunk/Makefile 2016-02-10 14:53:59 UTC (rev 25560)
@@ -45,6 +45,14 @@
# We neeed 'id -u' to work
CONFIGURE_ENV_PATH = /usr/xpg4/bin:$(PATH)
+# This is needed for tp/Texinfo/Convert/XSParagraph
+EXTRA_CONFIGURE_EXPORTS += PERL_EXT_CFLAGS
+EXTRA_CONFIGURE_EXPORTS += PERL_EXT_CPPFLAGS
+EXTRA_CONFIGURE_EXPORTS += PERL_EXT_LDFLAGS
+CONFIGURE_ENV_PERL_EXT_CFLAGS = $(CFLAGS)
+CONFIGURE_ENV_PERL_EXT_CPPFLAGS = $(CPPFLAGS)
+CONFIGURE_ENV_PERL_EXT_LDFLAGS = $(LDFLAGS)
+
CONFIGURE_ARGS = $(DIRPATHS)
# /opt/csw/lib is added automatically during the build and the
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.