openbsd-ports/lang/scheme48/patches/patch-Makefile_in
jturner ea2009b738 Update scheme48 to 1.9.
Also fix linking issue by setting LD="${CC}".

ok sthen@ landry@ Looks good to me Aaron Hsu (MAINTAINER)
2013-02-06 20:37:34 +00:00

18 lines
485 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.3 2013/02/06 20:37:34 jturner Exp $
Fix fake-stage.
--- Makefile.in.orig Thu Dec 27 11:46:24 2012
+++ Makefile.in Tue Feb 5 18:31:15 2013
@@ -71,8 +71,8 @@ VERSION = 1.`cat $(srcdir)/build/minor-version-number`
RUNNABLE = scheme48
CONFIG_SCRIPT = scheme48-config
MANPAGE = $(RUNNABLE).$(manext)
-LIB = $(libdir)/scheme48-$(VERSION)
-SHARE = $(datadir)/scheme48-$(VERSION)
+LIB = $(libdir)/scheme48
+SHARE = $(datadir)/scheme48
distdir = /tmp