summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-02-06 15:47:55 +0000
committerUlrich Müller <ulm@gentoo.org>2010-02-06 15:47:55 +0000
commit42f0bbb0a0a50876847e39933451b6ad62cd4dae (patch)
treed56e93d5953d00112060f352fc60718c9da29cb4 /x11-libs/openmotif/files
parentUse $(PYTHON -f) instead of ${python}. Use distutils_src_test(). Update HOMEP... (diff)
downloadhistorical-42f0bbb0a0a50876847e39933451b6ad62cd4dae.tar.gz
historical-42f0bbb0a0a50876847e39933451b6ad62cd4dae.tar.bz2
historical-42f0bbb0a0a50876847e39933451b6ad62cd4dae.zip
Prepare for prefix support. Change EAPI to 3.
Move PDF documentation into separate package. Remove old. Package-Manager: portage-2.2_rc62/cvs/Linux i686
Diffstat (limited to 'x11-libs/openmotif/files')
-rw-r--r--x11-libs/openmotif/files/openmotif-2.3.2-sanitise-paths.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-libs/openmotif/files/openmotif-2.3.2-sanitise-paths.patch b/x11-libs/openmotif/files/openmotif-2.3.2-sanitise-paths.patch
new file mode 100644
index 000000000000..07b83999a05c
--- /dev/null
+++ b/x11-libs/openmotif/files/openmotif-2.3.2-sanitise-paths.patch
@@ -0,0 +1,27 @@
+* don't do automagic guessing of paths
+
+--- configure.ac
++++ configure.ac
+@@ -183,21 +183,8 @@
+
+ case "$host_os" in
+ freebsd*) CFLAGS="$CFLAGS -DCSRG_BASED -DXNO_MTSAFE_API -DXNO_MTSAFE_PWDAPI";
+- LDFLAGS="$LDFLAGS -L/usr/local/lib";;
++ ;;
+ cygwin*) CFLAGS="$CFLAGS -DXNO_MTSAFE_DIRENTDAPI";;
+- solaris* | sunos*) X_LIBS="$X_LIBS -L/usr/X/lib" &&
+- if test x$enable_motif22_compatibility = x
+- then
+- enable_motif22_compatibility="no"
+- fi;
+- if test x$enable_utf8 = x
+- then
+- enable_utf8="no"
+- fi;
+- if test x$enable_xft = x
+- then
+- enable_xft="no"
+- fi;;
+ esac
+
+ if test x$enable_motif22_compatibility = x