View Single Post
  #3   (View Single Post)  
Old 25th January 2019
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Assuming you mean this thing:
https://github.com/barak/vobcopy

It will compile just fine with one small tweak:
In vobcopy.h, change line 105 from this
Code:
#if defined(__FreeBSD__)
to this
Code:
#if defined(__FreeBSD__) || defined(__OpenBSD__)
and type make.
Reply With Quote