pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Fixing lang/ocaml for NetBSD/powerpc?
> The attached patch gets the package compiling, however, it misses
> a number of files when it's installed (see list of "complaints"
> as the second attachment), and I've not been able to figure out
> what causes that.
I spoke too soon, this patch fixes that part:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/ocaml/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- Makefile 22 Dec 2008 20:04:07 -0000 1.60
+++ Makefile 18 Jan 2009 16:25:09 -0000
@@ -30,6 +30,7 @@ BUILD_TARGET+= opt opt.opt
PLIST_SRC+= ${PKGDIR}/PLIST.opt
. if empty(MACHINE_PLATFORM:MDarwin-*-powerpc) && \
empty(MACHINE_PLATFORM:MSunOS-*-i386) && \
+ empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) && \
empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) && \
empty(MACHINE_PLATFORM:MNetBSD-*-sparc)
PLIST_SRC+= ${PKGDIR}/PLIST.prof
Regards,
- Havard
Home |
Main Index |
Thread Index |
Old Index