[MacPorts] #32672: vobcopy: build fails on Macs running 64-bit kernel (was: vobcopy will not build)

MacPorts noreply at macports.org
Tue Dec 27 13:11:58 PST 2011


#32672: vobcopy: build fails on Macs running 64-bit kernel
---------------------------------+------------------------------------------
 Reporter:  philipp@…            |       Owner:  0booo5b02@…             
     Type:  defect               |      Status:  new                     
 Priority:  Normal               |   Milestone:                          
Component:  ports                |     Version:  2.0.3                   
 Keywords:                       |        Port:  vobcopy                 
---------------------------------+------------------------------------------

Comment(by ryandesign@…):

 The hand-made configure.sh script has this code which is not correct for
 OS X:
 {{{
 elif [ `uname -m` = x86_64 ]; then #for ia64/AMD64 libraries
         LDFLAGS="LDFLAGS += -ldvdread -L$libs_dir/lib64"
 else
         LDFLAGS="LDFLAGS += -ldvdread -L$libs_dir/lib"
 fi
 }}}
 The problem is only visible when running the 64-bit kernel (otherwise
 `uname -m` would return i386).

-- 
Ticket URL: <https://trac.macports.org/ticket/32672#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list