977b010c0e
Added a patch from NetBSD pkgsrc to fix amd64 hangs. OK sthen@
13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
$OpenBSD: patch-vsllib_Makefile_in,v 1.3 2009/11/30 23:45:35 edd Exp $
|
|
--- vsllib/Makefile.in.orig Wed Feb 11 17:25:55 2009
|
|
+++ vsllib/Makefile.in Mon Nov 30 22:39:47 2009
|
|
@@ -270,7 +270,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
|
|
# Shared data installation
|
|
-dddrootdir = $(pkgdatadir)-@VERSION@
|
|
+dddrootdir = $(pkgdatadir)
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# VSL files.
|