SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/csmith/patches/patch-runtime_Makefile_am
Normal file
21
devel/csmith/patches/patch-runtime_Makefile_am
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: runtime/Makefile.am
|
||||
--- runtime/Makefile.am.orig
|
||||
+++ runtime/Makefile.am
|
||||
@@ -37,7 +37,7 @@ libcsmith_a_SOURCES = \
|
||||
|
||||
# XXX --- This does not work; the library is still installed to $(libdir).
|
||||
# libcsmith_a_libdir = \
|
||||
-# $(libdir)/$(PACKAGE)-$(VERSION)
|
||||
+# $(libdir)/$(PACKAGE)
|
||||
|
||||
# Build a shared library, too, in case someone wants this.
|
||||
lib_LTLIBRARIES = libcsmith.la
|
||||
@@ -49,7 +49,7 @@ libcsmith_la_CPPFLAGS = \
|
||||
$(libcsmith_a_CPPFLAGS)
|
||||
|
||||
libcsmith_a_includedir = \
|
||||
- $(includedir)/$(PACKAGE)-$(VERSION)
|
||||
+ $(includedir)/$(PACKAGE)/runtime
|
||||
nobase_libcsmith_a_include_HEADERS = \
|
||||
csmith.h \
|
||||
csmith_minimal.h \
|
Loading…
Add table
Add a link
Reference in a new issue