sync ports with The Matrix
This commit is contained in:
parent
2c0afcbbf3
commit
b72ce7a5e9
1248 changed files with 11809 additions and 12798 deletions
14
misc/libcpucycles/patches/patch-configure_remove_librt
Normal file
14
misc/libcpucycles/patches/patch-configure_remove_librt
Normal file
|
@ -0,0 +1,14 @@
|
|||
OpenBSD neither provides nor requires librt.
|
||||
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -267,7 +267,7 @@
|
||||
M += '\n'
|
||||
makefile = M + makefile
|
||||
M = 'package/bin/%s: command/%s.o%s.$(LIBcpucycles_VERSION)\n' % (base,base,''.join(' package/lib/%s.%s' % (x,linktype) for x in libs))
|
||||
- M += '\tcd command && ./link bin/%s %s.o%s.$(LIBcpucycles_VERSION) -lm -lrt\n' % (base,base,''.join(' lib/%s.%s' % (x,linktype) for x in libs))
|
||||
+ M += '\tcd command && ./link bin/%s %s.o%s.$(LIBcpucycles_VERSION) -lm\n' % (base,base,''.join(' lib/%s.%s' % (x,linktype) for x in libs))
|
||||
M += '\n'
|
||||
makefile = M + makefile
|
||||
commands += ['package/bin/%s' % base]
|
Loading…
Add table
Add a link
Reference in a new issue