changeset 496:c53c9f11ae65

bugfix for package pango (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 19 Oct 2009 10:29:40 +0200
parents ba86dd47715d
children 5ceba47c359d
files src/pango.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pango.mk	Sat Oct 17 00:50:48 2009 +0200
+++ b/src/pango.mk	Mon Oct 19 10:29:40 2009 +0200
@@ -1,4 +1,5 @@
 # Copyright (C) 2009  Volker Grabsch
+#                     Tony Theodore
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
@@ -53,6 +54,7 @@
         --without-x \
         --enable-explicit-deps \
         --with-included-modules \
-        --without-dynamic-modules
+        --without-dynamic-modules \
+        CXX='$(TARGET)-g++'
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
 endef