Date: Wed, 9 Dec 2015 12:13:31 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403379 - head/devel/papi/files Message-ID: <201512091213.tB9CDV8E060388@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Dec 9 12:13:31 2015 New Revision: 403379 URL: https://svnweb.freebsd.org/changeset/ports/403379 Log: add missing patch file. Added: head/devel/papi/files/patch-Makefile.inc (contents, props changed) Added: head/devel/papi/files/patch-Makefile.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/papi/files/patch-Makefile.inc Wed Dec 9 12:13:31 2015 (r403379) @@ -0,0 +1,11 @@ +--- Makefile.inc.orig 2015-12-09 12:02:38 UTC ++++ Makefile.inc +@@ -18,7 +18,7 @@ HEADERS = $(MISCHDRS) $(OSFILESHDR) pa + LIBCFLAGS += -I. $(CFLAGS) -DOSLOCK=\"$(OSLOCK)\" -DOSCONTEXT=\"$(OSCONTEXT)\" + FHEADERS = fpapi.h f77papi.h f90papi.h + # pkgconfig directory +-LIBPC = $(LIBDIR)/pkgconfig ++LIBPC = $(prefix)/libdata/pkgconfig + + all: $(SHOW_CONF) $(LIBS) utils tests cuda_sampling + .PHONY : all test fulltest tests testlib utils ctests ftests comp_tests null
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512091213.tB9CDV8E060388>