freebsd-ports/lang/asis/files/patch-Makefile.stub
John Marino c23e7f6707 Add new port: lang/asis
This is ASIS, the Ada Semantic Interface Specification.
ASIS is tightly coupled with lang/gcc-aux and must be built with the same
sources.  For this reason, ASIS will not work with other Ada compilers,
including GNAT GPL (lang/gnat).

ASIS is a dependency of several upcoming Ada ports.

Approved by:	bapt (mentor)
2013-07-21 14:17:04 +00:00

12 lines
349 B
Text

--- Makefile.stub.orig 2013-07-16 23:01:45.000000000 +0000
+++ Makefile.stub
@@ -3,8 +3,7 @@ host := $(shell gcc -dumpmachine)
# Where Asis library should be installed
# Default is into current GNAT directory
-INSTALL_DIR = $(dir $(shell which gnatls))..
-prefix=$(INSTALL_DIR)
+prefix=$(PREFIX)
# Asis specific directories
GNAT_DIR=../gnat