Ticket #14690: patch-include-Makefile-in.diff

File patch-include-Makefile-in.diff, 444 bytes (added by fedor@…, 17 years ago)

Here's the patch that needs to go along with the new portfile.

  • include/Makefile.in

    diff -ur include/Makefile.in.orig include/Makefile.in
     
    182182AUTOMAKE_OPTIONS = foreign
    183183DISTCLEANFILES = ffitarget.h
    184184EXTRA_DIST = ffi.h.in ffi_common.h
    185 includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
     185includesdir = $(includedir)
    186186nodist_includes_HEADERS = ffi.h ffitarget.h
    187187all: all-am
    188188